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, namepublic void setDir(String dir)
public void process(CommandProcess process)
AnnotatedCommandCommandProcess.end() method.process in class AnnotatedCommandprocess - the command processpublic void complete(Completion completion)
AnnotatedCommandCompletion.complete(List)
 or Completion.complete(String, boolean) )} method to signal completion is done.complete in class AnnotatedCommandcompletion - the completion objectCopyright © 2020 Eclipse. All rights reserved.