Class NshBuiltinCore
java.lang.Object
net.thevpc.nsh.cmd.NshBuiltinBase
net.thevpc.nsh.cmd.NshBuiltinCore
- All Implemented Interfaces:
NshBuiltin, NComponent
- Direct Known Subclasses:
ExitCommand, HelpCommand, ShowerrCommand, VersionCommand
-
Constructor Summary
ConstructorsConstructorDescriptionNshBuiltinCore(String name, int score, Supplier<?> optionsSupplier) NshBuiltinCore(String name, Class<?> optionsSupplier) NshBuiltinCore(String name, Supplier<?> optionsSupplier) -
Method Summary
Methods inherited from class NshBuiltinBase
autoComplete, cmdLine, createOptions, exec, getHelp, getHelpHeader, getName, init, isEnabled, main, nextNonOption, nextOption, setEnabled, throwExecutionException, validate
-
Constructor Details
-
NshBuiltinCore
-
NshBuiltinCore
-
NshBuiltinCore
-