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
  • 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