Class UuidOptionHandler
- Author:
- Tobias Stolzmann
- See Also:
-
Field Summary
Fields inherited from class OptionHandler
option, owner, setter -
Constructor Summary
ConstructorsConstructorDescriptionUuidOptionHandler(CmdLineParser parser, OptionDef option, Setter<? super UUID> setter) -
Method Summary
Modifier and TypeMethodDescriptionGets the default meta variable name used to print the usage screen.protected UUIDParses a string to a real value of Type <T>.Methods inherited from class OneArgumentOptionHandler
parseArgumentsMethods inherited from class OptionHandler
getMetaVariable, getNameAndMeta, getNameAndMeta, print, printDefaultValue
-
Constructor Details
-
UuidOptionHandler
-
-
Method Details
-
parse
Description copied from class:OneArgumentOptionHandlerParses a string to a real value of Type <T>.- Specified by:
parsein classOneArgumentOptionHandler<UUID>- Parameters:
argument- String value to parse- Returns:
- the parsed value
- Throws:
CmdLineException- if the parsing encounters a failure that should be reported to the user.
-
getDefaultMetaVariable
Description copied from class:OptionHandlerGets the default meta variable name used to print the usage screen. The value returned by this method can be a reference in theResourceBundle, if one was passed toCmdLineParser.- Overrides:
getDefaultMetaVariablein classOneArgumentOptionHandler<UUID>- Returns:
nullto hide a meta variable.
-