|
TUM CCSM Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Options.ValueConversionException | |
|---|---|
| edu.tum.cs.commons.options | Classes for simplifying command line parsing. |
| Uses of Options.ValueConversionException in edu.tum.cs.commons.options |
|---|
| Methods in edu.tum.cs.commons.options that throw Options.ValueConversionException | ||
|---|---|---|
boolean |
Options.getBooleanValue(String option)
Get the value for an option as boolean. |
|
|
Options.getEnumValue(String option,
Class<T> enumType)
Get the value for an option as instance of an enumeration. |
|
float |
Options.getFloatValue(String option)
Get the value for an option as float. |
|
int |
Options.getIntValue(String option)
Get the value for an option as int. |
|
|
TUM CCSM Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||