Uses of Interface
com.beust.jcommander.IStringConverter
-
Packages that use IStringConverter Package Description com.beust.jcommander com.beust.jcommander.converters com.beust.jcommander.internal org.verapdf.cli.commands -
-
Uses of IStringConverter in com.beust.jcommander
Methods in com.beust.jcommander that return IStringConverter Modifier and Type Method Description IStringConverter<?>IStringConverterInstanceFactory. 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 IStringConverter Modifier and Type Method Description Class<? extends IStringConverter<?>>converter()The string converter to use for this field.Class<? extends IStringConverter<?>>IStringConverterFactory. getConverter(Class<?> forType)Class<? extends IStringConverter<?>>listConverter()The list string converter to use for this field. -
Uses of IStringConverter in com.beust.jcommander.converters
Classes in com.beust.jcommander.converters that implement IStringConverter Modifier and Type Class Description classBaseConverter<T>Base class for converters that store the name of the option.classBigDecimalConverterConverts a String to a BigDecimal.classBooleanConverterConverts a string to a boolean.classCharArrayConverterConverts a String to a char[].classDefaultListConverter<T>A converter to obtain a list of elements.classDoubleConverterConvert a string to a double.classEnumConverter<T extends Enum<T>>A converter to parse enumsclassFileConverterConvert a string into a file.classFloatConverterConvert a string to a float.classInetAddressConverterConvertsStrings toInetAddress'.classIntegerConverterConvert a string to an integer.classISO8601DateConverterConverts a String to a Date.classLongConverterConvert a string to a long.classNoConverterDefault value for a converter when none is specified.classPathConverterConvert a string into a path.classStringConverterDefault converter for strings.classURIConverterConvert a string into a URI.classURLConverterConvert a string into a URI.Constructors in com.beust.jcommander.converters with parameters of type IStringConverter Constructor Description DefaultListConverter(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 IStringConverter Modifier and Type Method Description Class<? extends IStringConverter<?>>DefaultConverterFactory. getConverter(Class forType) -
Uses of IStringConverter in org.verapdf.cli.commands
Classes in org.verapdf.cli.commands that implement IStringConverter Modifier and Type Class Description static classVeraCliArgParser.FlavourConverterJCommander parameter converter forPDFAFlavour, seeIStringConverterandPDFAFlavour.byFlavourId(String).static classVeraCliArgParser.FormatConverterJCommander parameter converter forFormatOption, seeIStringConverterandFormatOption.fromOption(String).
-