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

public class ProcessCmd extends net.thevpc.nsh.cmd.NshBuiltinDefault
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProcessCmd(NSiteContext documentContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    main(NCmdLine cmdLine, net.thevpc.nsh.eval.NshExecutionContext context)
     
    protected boolean
    nextNonOption(NArg arg, NCmdLine cmdLine, net.thevpc.nsh.eval.NshExecutionContext context)
     
    protected boolean
    nextOption(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, init, isEnabled, setEnabled, throwExecutionException, validate

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProcessCmd

      public ProcessCmd(NSiteContext documentContext)
  • Method Details

    • nextOption

      protected boolean nextOption(NArg arg, NCmdLine cmdLine, net.thevpc.nsh.eval.NshExecutionContext context)
      Specified by:
      nextOption in class net.thevpc.nsh.cmd.NshBuiltinBase
    • main

      protected void main(NCmdLine cmdLine, net.thevpc.nsh.eval.NshExecutionContext context)
      Specified by:
      main in class net.thevpc.nsh.cmd.NshBuiltinBase
    • nextNonOption

      protected boolean nextNonOption(NArg arg, NCmdLine cmdLine, net.thevpc.nsh.eval.NshExecutionContext context)
      Specified by:
      nextNonOption in class net.thevpc.nsh.cmd.NshBuiltinBase