org.basex.core.proc
Class CreateFS
java.lang.Object
org.basex.core.Progress
org.basex.core.Process
org.basex.core.proc.CreateFS
public final class CreateFS
- extends Process
Evaluates the 'create fs' command and creates a new filesystem mapping.
- Author:
- Workgroup DBIS, University of Konstanz 2005-09, ISC License, Christian Gruen
| Fields inherited from class org.basex.core.Process |
args |
|
Constructor Summary |
CreateFS(java.lang.String path,
java.lang.String name)
Default constructor. |
CreateFS(java.lang.String path,
java.lang.String name,
java.lang.String mp,
java.lang.String bs)
Constructor, specifying FUSE properties. |
|
Method Summary |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class org.basex.core.Process |
args, data, error, execute, execute, info, info, info, output, printing, result, updating |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CreateFS
public CreateFS(java.lang.String path,
java.lang.String name)
- Default constructor.
- Parameters:
path - filesystem pathname - name of database
CreateFS
public CreateFS(java.lang.String path,
java.lang.String name,
java.lang.String mp,
java.lang.String bs)
- Constructor, specifying FUSE properties.
- Parameters:
path - filesystem pathname - name of databasemp - fuse mount pointbs - path to BLOB backing store
toString
public java.lang.String toString()
- Description copied from class:
Process
- Returns a string representation of the object. In the client/server
architecture, the command string is sent to and reparsed by the server.
- Overrides:
toString in class Process
- Returns:
- string representation