public static class ArgHandlerValueChooser
extends Object
This class holds the '-createConstantsWithLookup' and '-createMessages'
ArgHandler classes. It is shared by both I18NSync and I18NCreator classes.
To use this class, call the getConstantsWithLookupArgHandler()
and getMessagesArgHandler() methods and add the returned ArgHandler
instances to a ToolBase registerHandler() method. When parsing the arguments
is complete, you can retrieve the selected type by calling getArgValue().
- See Also:
- Serialized Form