Class NshBuiltinDefault
java.lang.Object
net.thevpc.nsh.cmd.NshBuiltinBase
net.thevpc.nsh.cmd.NshBuiltinDefault
- All Implemented Interfaces:
NshBuiltin,NComponent,NScorable
- Direct Known Subclasses:
AliasCommand,AutocompleteCommand,BaseNameCommand,BuiltinCommand,CatCommand,CdCommand,ChmodCommand,ClearCommand,CommandCommand,CpCommand,DateCommand,DfCommand,DirNameCommand,EchoCommand,EnableCommand,EnvCommand,FalseCommand,GrepCommand,HeadCommand,HistoryCommand,HostsCommand,JpsCommand,JsonCommand,KillCommand,LoginCommand,LogoutCommand,LsCommand,MkdirCommand,PropsCommand,PsCommand,PwdCommand,RmCommand,SetCommand,SourceCommand,SshCommand,TailCommand,TestCommand,TrueCommand,TypeCommand,UnaliasCommand,UnameCommand,UnsetCommand,UnzipCommand,WgetCommand,WhoamiCommand,XmlCommand,ZipCommand
-
Field Summary
Fields inherited from interface net.thevpc.nuts.util.NScorable
CUSTOM_SCORE, DEFAULT_SCORE, UNSUPPORTED_SCORE -
Constructor Summary
ConstructorsConstructorDescriptionNshBuiltinDefault(String name, int score, Class<?> optionsSupplier) NshBuiltinDefault(String name, int score, Supplier<?> optionsSupplier) NshBuiltinDefault(String name, Class<?> optionsSupplier) NshBuiltinDefault(String name, Supplier<?> optionsSupplier) -
Method Summary
Methods inherited from class net.thevpc.nsh.cmd.NshBuiltinBase
autoComplete, cmdLine, createOptions, exec, getHelp, getHelpHeader, getName, getScore, init, isEnabled, main, nextNonOption, nextOption, setEnabled, throwExecutionException, validate
-
Constructor Details
-
NshBuiltinDefault
-
NshBuiltinDefault
-
NshBuiltinDefault
-
NshBuiltinDefault
-