Class CommandLine.Option

  • Enclosing class:
    CommandLine

    class CommandLine.Option
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Option()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • shortcut

        public char shortcut
      • name

        public java.lang.String name
      • paramType

        public java.lang.String paramType
      • description

        public java.lang.String description
      • required

        public boolean required
    • Constructor Detail

      • Option

        Option()