public class FileSystemCd extends AnnotatedCommand
Constructor and Description |
---|
FileSystemCd() |
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 |
setDir(String dir) |
cli, name
public void setDir(String dir)
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 © 2022 Eclipse. All rights reserved.