Class ProcessCmd
java.lang.Object
net.thevpc.nsh.cmd.NshBuiltinBase
net.thevpc.nsh.cmd.NshBuiltinDefault
net.thevpc.nsite.executor.nsh.ProcessCmd
- All Implemented Interfaces:
net.thevpc.nsh.cmd.NshBuiltin,NComponent,NScorable
public class ProcessCmd
extends net.thevpc.nsh.cmd.NshBuiltinDefault
-
Field Summary
Fields inherited from interface net.thevpc.nuts.util.NScorable
CUSTOM_SCORE, DEFAULT_SCORE, UNSUPPORTED_SCORE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected booleannextNonOption(NArg arg, NCmdLine cmdLine, net.thevpc.nsh.eval.NshExecutionContext context) protected booleannextOption(NArg arg, NCmdLine cmdLine, net.thevpc.nsh.eval.NshExecutionContext context) Methods inherited from class net.thevpc.nsh.cmd.NshBuiltinBase
autoComplete, cmdLine, createOptions, exec, getHelp, getHelpHeader, getName, getScore, init, isEnabled, setEnabled, throwExecutionException, validate
-
Constructor Details
-
ProcessCmd
-
-
Method Details
-
nextOption
-
main
- Specified by:
mainin classnet.thevpc.nsh.cmd.NshBuiltinBase
-
nextNonOption
-