Uses of Interface
com.beust.jcommander.IStringConverter
Packages that use IStringConverter
Package
Description
-
Uses of IStringConverter in com.beust.jcommander
Methods in com.beust.jcommander that return IStringConverterModifier and TypeMethodDescriptionIStringConverterInstanceFactory.getConverterInstance
(Parameter parameter, Class<?> forType, String optionName) Obtain a converter instance for parsingparameter
as typeforType
Methods in com.beust.jcommander that return types with arguments of type IStringConverterModifier and TypeMethodDescription<T> Class<? extends IStringConverter<T>>
IStringConverterFactory.getConverter
(Class<T> forType) -
Uses of IStringConverter in com.beust.jcommander.converters
Classes in com.beust.jcommander.converters that implement IStringConverterModifier and TypeClassDescriptionclass
Base class for converters that stores the name of the option.class
Converts a String to a BigDecimal.class
Converts a string to a boolean.class
Converts a String to a char[].class
A converter to obtain a list of elements.class
Convert a string to a double.class
EnumConverter<T extends Enum<T>>
A converter to parse enumsclass
Convert a string into a file.class
Convert a string to a float.class
ConvertsString
s toInetAddress
'.class
Convert a string to an integer.class
Converts a String to a Date.class
Convert a string to a long.class
Default value for a converter when none is specified.class
Convert a string into a path.class
Default converter for strings.class
Convert a string into a URI.class
Convert a string into a URI.Constructors in com.beust.jcommander.converters with parameters of type IStringConverterModifierConstructorDescriptionDefaultListConverter
(IParameterSplitter splitter, IStringConverter<T> converter) Constructs a new converter. -
Uses of IStringConverter in com.beust.jcommander.internal
Methods in com.beust.jcommander.internal that return types with arguments of type IStringConverterModifier and TypeMethodDescriptionClass<? extends IStringConverter<?>>
DefaultConverterFactory.getConverter
(Class forType)