Package com.beust.jcommander.converters

Class Summary
BaseConverter<T> Base class for converters that stores the name of the option.
BooleanConverter Converts a string to a boolean.
CommaSeparatedConverter Convert a string of comma separated words into a list of string.
FileConverter Convert a string into a file.
IntegerConverter Convert a string to an integer.
LongConverter Convert a string to a long.
NoConverter Default value for a converter when none is specified.
StringConverter Default converter for strings.
 



Copyright © 2011. All Rights Reserved.