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 parsingparameteras typeforTypeMethods in com.beust.jcommander that return types with arguments of type IStringConverterModifier and TypeMethodDescriptionClass<? extends IStringConverter<?>> IStringConverterFactory.getConverter(Class<?> forType) -
Uses of IStringConverter in com.beust.jcommander.converters
Classes in com.beust.jcommander.converters that implement IStringConverterModifier and TypeClassDescriptionclassBase class for converters that store the name of the option.classConverts a String to a BigDecimal.classConverts a string to a boolean.final classConverts a String to aByteOrder.classConverts a String to a char[].final classConverts a String to a Charset.classA converter to obtain a list of elements.classConvert a string to a double.classEnumConverter<T extends Enum<T>>A converter to parse enumsclassConvert a string into a file.classConvert a string to a float.classConvertsStrings toInetAddress'.classConvert a string to an integer.classConverts a String to a Date.classConvert a string to a long.classDefault value for a converter when none is specified.classConvert a string into a path.classDefault converter for strings.classConvert a string into a URI.classConvert 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)