CommandTree.SubCommand (taack-ui 0.3.8 API)
Package: taack.ssh.command

[Groovy] Class CommandTree.SubCommand

    • taack.ssh.command.CommandTree.SubCommand
    • All Implemented Interfaces and Traits:
      ICommand


      static class CommandTree.SubCommand
      extends java.lang.Object
      implements ICommand
      • Constructor Summary

          Constructors 
          Constructor and description
          SubCommand (java.lang.String subCommandName, java.util.List<ICommand> commandDatumIterator, java.lang.String comment)
      • Methods Summary

          Methods 
          Type Params Return Type Name and description
          java.lang.String getHelp(int indent)
          java.util.List<CommandContextToken> parseL2R(java.lang.String command, int from)
      • Inherited Methods Summary

          Inherited Methods 
          Methods inherited from class Name
          class java.lang.Object java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
      • Property Detail

        • final java.util.List<ICommand> commandDatumIterator

        • final java.lang.String comment

        • final java.lang.String subCommandName

      • Constructor Detail

        • SubCommand(java.lang.String subCommandName, java.util.List<ICommand> commandDatumIterator, java.lang.String comment)

      • Method Detail

        • @java.lang.Override java.lang.String getHelp(int indent)

        • @java.lang.Override java.util.List<CommandContextToken> parseL2R(java.lang.String command, int from)