|
args4j 2.0.12-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.args4j.OptionDef
org.kohsuke.args4j.NamedOptionDef
public final class NamedOptionDef
Run-time copy of the Option or Argument annotation.
Constructor Summary | |
---|---|
NamedOptionDef(Option o,
boolean forceMultiValued)
|
Method Summary | |
---|---|
String[] |
aliases()
|
boolean |
isArgument()
|
String |
name()
|
String |
toString()
|
Methods inherited from class org.kohsuke.args4j.OptionDef |
---|
handler, isMultiValued, metaVar, required, usage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NamedOptionDef(Option o, boolean forceMultiValued)
Method Detail |
---|
public String name()
public String[] aliases()
public String toString()
toString
in class OptionDef
public boolean isArgument()
isArgument
in class OptionDef
|
args4j 2.0.12-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |