Class CommandLine.NoArgOption

    • Constructor Summary

      Constructors 
      Constructor Description
      NoArgOption​(java.lang.String shortName, java.lang.String longName, java.lang.String desc)
      Constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • selected

        boolean selected
        designated
    • Constructor Detail

      • NoArgOption

        public NoArgOption​(java.lang.String shortName,
                           java.lang.String longName,
                           java.lang.String desc)
        Constructor
        Parameters:
        shortName - Short name option(exclude "-")
        longName - Long name option(exclude "--")
        desc - option description