Class Options

    • Constructor Detail

      • Options

        public Options()
      • Options

        public Options​(org.apache.commons.cli.CommandLine cmdl)
    • Method Detail

      • getCommandLine

        public org.apache.commons.cli.CommandLine getCommandLine()
      • setValue

        public void setValue​(java.lang.String optionName,
                             java.lang.Object value)
      • hasValue

        public boolean hasValue​(java.lang.String optionName)
      • getValue

        public java.lang.Object getValue​(java.lang.String optionName)
      • getValueAsString

        public java.lang.String getValueAsString​(java.lang.String optionName)
      • getValueAsStringSet

        public java.util.Set<java.lang.String> getValueAsStringSet​(java.lang.String optionName)
      • getValueAsInteger

        public int getValueAsInteger​(java.lang.String optionName)
      • getValueAsLong

        public long getValueAsLong​(java.lang.String optionName)
      • getValueAsBigInteger

        public java.math.BigInteger getValueAsBigInteger​(java.lang.String optionName)
      • getValueAsBoolean

        public boolean getValueAsBoolean​(java.lang.String optionName)