Package org.kohsuke.args4j
Class NamedOptionDef
java.lang.Object
org.kohsuke.args4j.OptionDef
org.kohsuke.args4j.NamedOptionDef
Immutable run-time copy of
Option
annotation.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNamedOptionDef
(Option o, boolean forceMultiValued) Deprecated.multi-valuedness as option definition does not make sense. -
Method Summary
-
Field Details
-
name
-
aliases
-
depends
-
forbids
-
-
Constructor Details
-
NamedOptionDef
Deprecated.multi-valuedness as option definition does not make sense. It's driven by the setter. -
NamedOptionDef
-
-
Method Details
-
createZeroSizedArrayIfNull
-
name
-
aliases
-
depends
-
forbids
-
toString
-
isArgument
public boolean isArgument()- Overrides:
isArgument
in classOptionDef
-