public class FileSystemLs extends AnnotatedCommand
Constructor and Description |
---|
FileSystemLs() |
Modifier and Type | Method and Description |
---|---|
void |
complete(Completion completion)
Perform command completion, when the command is done completing it should call
Completion.complete(List)
or Completion.complete(String, boolean) )} method to signal completion is done. |
void |
process(CommandProcess process)
Process the command, when the command is done processing it should call the
CommandProcess.end() method. |
void |
setAll(boolean all) |
void |
setEll(boolean ell) |
void |
setFile(String file) |
cli, name
public void setEll(boolean ell)
public void setFile(String file)
public void setAll(boolean all)
public void process(CommandProcess process)
AnnotatedCommand
CommandProcess.end()
method.process
in class AnnotatedCommand
process
- the command processpublic void complete(Completion completion)
AnnotatedCommand
Completion.complete(List)
or Completion.complete(String, boolean)
)} method to signal completion is done.complete
in class AnnotatedCommand
completion
- the completion objectCopyright © 2021 Eclipse. All rights reserved.