Class SdkCliCommand


  • public class SdkCliCommand
    extends Object
    Represents a SDK command-line-interface command by a given Tool and by it's arguments.
    • Constructor Detail

      • SdkCliCommand

        public SdkCliCommand​(Tool tool,
                             String args)
    • Method Detail

      • getTool

        public Tool getTool()
      • getArgs

        public String getArgs()
      • isNoopCmd

        public boolean isNoopCmd()
      • createNoopCommand

        public static SdkCliCommand createNoopCommand()