| Package | Description |
|---|---|
| com.beust.jcommander | |
| com.beust.jcommander.converters | |
| com.beust.jcommander.internal | |
| org.verapdf.cli.commands |
| Modifier and Type | Method and Description |
|---|---|
<T> Class<? extends IStringConverter<T>> |
JCommander.findConverter(Class<T> cls) |
<T> Class<? extends IStringConverter<T>> |
IStringConverterFactory.getConverter(Class<T> forType) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseConverter<T>
Base class for converters that stores the name of the option.
|
class |
BigDecimalConverter
Converts a String to a BigDecimal.
|
class |
BooleanConverter
Converts a string to a boolean.
|
class |
DoubleConverter
Convert a string to a double.
|
class |
FileConverter
Convert a string into a file.
|
class |
FloatConverter
Convert a string to a float.
|
class |
IntegerConverter
Convert a string to an integer.
|
class |
ISO8601DateConverter
Converts a String to a Date.
|
class |
LongConverter
Convert a string to a long.
|
class |
NoConverter
Default value for a converter when none is specified.
|
class |
PathConverter
Convert a string into a path.
|
class |
StringConverter
Default converter for strings.
|
class |
URIConverter
Convert a string into a URI.
|
class |
URLConverter
Convert a string into a URI.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IStringConverter<?>> |
DefaultConverterFactory.getConverter(Class forType) |
| Modifier and Type | Class and Description |
|---|---|
static class |
VeraCliArgParser.FlavourConverter
JCommander parameter converter for
PDFAFlavour, see
IStringConverter and PDFAFlavour#byFlavourId(String). |
static class |
VeraCliArgParser.FormatConverter
JCommander parameter converter for
FormatOption, see
IStringConverter and FormatOption#fromOption(String). |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.