|
||||||||||
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.Ls
public final class Ls
Performs a ls command.
Field Summary | |
---|---|
java.text.SimpleDateFormat |
date
Slider width. |
Constructor Summary | |
---|---|
Ls()
Default constructor. |
|
Ls(java.lang.String opt)
Constructor, specifying default options. |
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 |
Field Detail |
---|
public final java.text.SimpleDateFormat date
Constructor Detail |
---|
public Ls()
public Ls(java.lang.String opt)
opt
- optionsMethod 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 |