Class CommandLineOption


  • public abstract class CommandLineOption
    extends java.lang.Object
    • Constructor Detail

      • CommandLineOption

        public CommandLineOption​(char option)
    • Method Detail

      • addParamOption

        protected abstract void addParamOption​(Params params,
                                               org.apache.commons.cli.CommandLine commandLine)
      • addParamOptionIfInCommandLine

        public void addParamOptionIfInCommandLine​(Params params,
                                                  org.apache.commons.cli.CommandLine commandLine)