|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eodisp.util.configuration.ManualCommandlineMapper.CommandlineOption
public static class ManualCommandlineMapper.CommandlineOption
Helper class to define a command line option's:
| Field Summary | |
|---|---|
(package private) java.lang.String |
help
The help text. |
(package private) java.lang.String |
longFlag
The long flag. |
(package private) boolean |
required
If the command line is required. |
(package private) java.lang.Character |
shortFlag
The short flag. |
| Constructor Summary | |
|---|---|
ManualCommandlineMapper.CommandlineOption(java.lang.Character shortFlag,
java.lang.String longFlag,
java.lang.String help)
|
|
ManualCommandlineMapper.CommandlineOption(java.lang.Character shortFlag,
java.lang.String longFlag,
java.lang.String help,
boolean required)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.lang.Character shortFlag
null> the standard mapping is
applied. See BasicCommandlineMapper.
java.lang.String longFlag
null> the standard mapping is
applied. See BasicCommandlineMapper.
java.lang.String help
null> the standard mapping is
applied. See BasicCommandlineMapper.
boolean required
null> the
standard mapping is applied, which is false). See
BasicCommandlineMapper.
| Constructor Detail |
|---|
public ManualCommandlineMapper.CommandlineOption(java.lang.Character shortFlag,
java.lang.String longFlag,
java.lang.String help)
shortFlag - The short flag. If null> the standard
mapping is applied. See BasicCommandlineMapper.longFlag - The long flag. If null> the standard
mapping is applied. See BasicCommandlineMapper.help - The help text. If null> the standard
mapping is applied. See BasicCommandlineMapper.
public ManualCommandlineMapper.CommandlineOption(java.lang.Character shortFlag,
java.lang.String longFlag,
java.lang.String help,
boolean required)
shortFlag - The short flag. If null> the standard
mapping is applied. See BasicCommandlineMapper.longFlag - The long flag. If null> the standard
mapping is applied. See BasicCommandlineMapper.help - The help text. If null> the standard
mapping is applied. See BasicCommandlineMapper.required - If the command line is required. If null>
the standard mapping is applied, which is
false). Has no effect on configuration
entries of type boolean. See
BasicCommandlineMapper.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||