Class NshBuiltinCore
java.lang.Object
net.thevpc.nsh.cmd.NshBuiltinBase
net.thevpc.nsh.cmd.NshBuiltinCore
- All Implemented Interfaces:
NshBuiltin,NComponent,NScorable
- Direct Known Subclasses:
ExitCommand,HelpCommand,ShowerrCommand,VersionCommand
-
Field Summary
Fields inherited from interface net.thevpc.nuts.util.NScorable
CUSTOM_SCORE, DEFAULT_SCORE, UNSUPPORTED_SCORE -
Constructor Summary
ConstructorsConstructorDescriptionNshBuiltinCore(String name, int score, Class<?> optionsSupplier) NshBuiltinCore(String name, int score, Supplier<?> optionsSupplier) NshBuiltinCore(String name, Class<?> optionsSupplier) NshBuiltinCore(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
-
NshBuiltinCore
-
NshBuiltinCore
-
NshBuiltinCore
-
NshBuiltinCore
-