Class CmdLineParser.MyOptionDef

  • Enclosing class:
    CmdLineParser

    class CmdLineParser.MyOptionDef
    extends org.kohsuke.args4j.OptionDef
    • Constructor Summary

      Constructors 
      Constructor Description
      MyOptionDef​(org.kohsuke.args4j.OptionDef o)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean required()  
      java.lang.String toString()  
      • Methods inherited from class org.kohsuke.args4j.OptionDef

        handler, help, hidden, isArgument, isMultiValued, metaVar, usage
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MyOptionDef

        public MyOptionDef​(org.kohsuke.args4j.OptionDef o)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class org.kohsuke.args4j.OptionDef
      • required

        public boolean required()
        Overrides:
        required in class org.kohsuke.args4j.OptionDef