Class FileSystemLs
java.lang.Object
io.vertx.ext.shell.command.AnnotatedCommand
io.vertx.ext.shell.command.base.FileSystemLs
- Author:
- Julien Viet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcomplete(Completion completion) Perform command completion, when the command is done completing it should callCompletion.complete(List)orCompletion.complete(String, boolean))} method to signal completion is done.voidprocess(CommandProcess process) Process the command, when the command is done processing it should call theCommandProcess.end()method.voidsetAll(boolean all) voidsetEll(boolean ell) voidMethods inherited from class AnnotatedCommand
cli, name
-
Constructor Details
-
FileSystemLs
public FileSystemLs()
-
-
Method Details
-
setEll
public void setEll(boolean ell) -
setFile
-
setAll
public void setAll(boolean all) -
process
Description copied from class:AnnotatedCommandProcess the command, when the command is done processing it should call theCommandProcess.end()method.- Specified by:
processin classAnnotatedCommand- Parameters:
process- the command process
-
complete
Description copied from class:AnnotatedCommandPerform command completion, when the command is done completing it should callCompletion.complete(List)orCompletion.complete(String, boolean))} method to signal completion is done.- Overrides:
completein classAnnotatedCommand- Parameters:
completion- the completion object
-