Class Command

    • Constructor Detail

      • Command

        public Command​(String command)
    • Method Detail

      • createOptions

        protected abstract org.apache.commons.cli.Options createOptions()
      • getCommandName

        public String getCommandName()
      • execute

        public void execute​(String[] args)
      • executeImpl

        protected abstract void executeImpl​(String[] args,
                                            org.apache.commons.cli.CommandLine cl)
      • usage

        protected void usage​(String[] args)