|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.fs.FSCmd
org.basex.fs.Cd
public final class Cd
Performs a cd command.
Constructor Summary | |
---|---|
Cd()
|
Method Summary | |
---|---|
void |
args(java.lang.String args)
Checks the command line arguments. |
void |
exec(PrintOutput out)
Executes the command.. |
Methods inherited from class org.basex.fs.FSCmd |
---|
context, get |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cd()
Method Detail |
---|
public void args(java.lang.String args) throws FSException
FSCmd
args
in class FSCmd
args
- command line arguments
FSException
- file system exceptionpublic void exec(PrintOutput out) throws java.io.IOException
FSCmd
exec
in class FSCmd
out
- output stream
java.io.IOException
- in case of problems with the PrintOutput
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |