|
||||||||||
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.Exec
public final class Exec
Performs an external command.
Constructor Summary | |
---|---|
Exec()
|
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 Exec()
Method Detail |
---|
public void args(java.lang.String args)
FSCmd
args
in class FSCmd
args
- command line argumentspublic void exec(PrintOutput out) throws FSException
FSCmd
exec
in class FSCmd
out
- output stream
FSException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |