|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.uc4.ara.collabnet.JArgs.CmdLineParser.Option<java.lang.Long> com.uc4.ara.collabnet.JArgs.CmdLineParser.Option.LongOption
public static class CmdLineParser.Option.LongOption
An option that expects a long integer value
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.uc4.ara.collabnet.JArgs.CmdLineParser.Option |
---|
CmdLineParser.Option.BooleanOption, CmdLineParser.Option.DoubleOption, CmdLineParser.Option.IntegerOption, CmdLineParser.Option.LongOption, CmdLineParser.Option.StringOption |
Constructor Summary | |
---|---|
CmdLineParser.Option.LongOption(java.lang.String longForm,
boolean required)
|
|
CmdLineParser.Option.LongOption(java.lang.String shortForm,
java.lang.String longForm,
boolean required)
|
Method Summary | |
---|---|
protected java.lang.Long |
parseValue(java.lang.String arg,
java.util.Locale locale)
Override to extract and convert an option value passed on the command-line |
Methods inherited from class com.uc4.ara.collabnet.JArgs.CmdLineParser.Option |
---|
getDefaultValue, getValue, isRequired, longForm, shortForm, wantsValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmdLineParser.Option.LongOption(java.lang.String shortForm, java.lang.String longForm, boolean required)
public CmdLineParser.Option.LongOption(java.lang.String longForm, boolean required)
Method Detail |
---|
protected java.lang.Long parseValue(java.lang.String arg, java.util.Locale locale) throws CmdLineParser.IllegalOptionValueException
CmdLineParser.Option
parseValue
in class CmdLineParser.Option<java.lang.Long>
CmdLineParser.IllegalOptionValueException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |