| Package | Description |
|---|---|
| joptsimple | |
| joptsimple.internal | |
| joptsimple.util |
| Modifier and Type | Method and Description |
|---|---|
<T> ArgumentAcceptingOptionSpec<T> |
ArgumentAcceptingOptionSpec.withValuesConvertedBy(ValueConverter<T> aConverter)
Specifies a converter to use to translate arguments of this spec's option into Java objects.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> ValueConverter<V> |
Reflection.findConverter(Class<V> clazz)
Finds an appropriate value converter for the given class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DateConverter
Converts values to
Dates using a DateFormat object. |
class |
RegexMatcher
Ensures that values entirely match a regular expression.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueConverter<String> |
RegexMatcher.regex(String pattern)
Gives a matcher that uses the given regular expression.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.