Package | Description |
---|---|
net.sourceforge.argparse4j.impl.type | |
net.sourceforge.argparse4j.inf | |
net.sourceforge.argparse4j.internal |
Modifier and Type | Class and Description |
---|---|
class |
BooleanArgumentType
BooleanArgumentType provides strict conversion from input string to Boolean
value.
|
class |
CaseInsensitiveEnumArgumentType<T extends Enum<T>> |
class |
CaseInsensitiveEnumNameArgumentType<T extends Enum<T>>
ArgumentType subclass for enum type using case-insensitive matching of
values.
|
class |
CaseInsensitiveEnumStringArgumentType<T extends Enum<T>>
ArgumentType subclass for enum type using case-insensitive matching of
values.
|
class |
ConstructorArgumentType<T>
Deprecated.
Use
ReflectArgumentType instead. |
class |
EnumArgumentType<T extends Enum<T>>
Deprecated.
Use
ReflectArgumentType instead. |
class |
EnumStringArgumentType<T extends Enum<T>>
ArgumentType subclass for enum type.
|
class |
FileArgumentType
ArgumentType subclass for File type, using fluent style API.
|
class |
ReflectArgumentType<T>
This implementation converts String value into given type using type's
valueOf(java.lang.String) static method or its constructor. |
class |
StringArgumentType
Specialized to String type, just echos back given string.
|
Modifier and Type | Method and Description |
---|---|
<T> Argument |
Argument.type(ArgumentType<T> type)
Sets
ArgumentType object which converts command line argument to
appropriate type. |
Modifier and Type | Method and Description |
---|---|
<T> ArgumentImpl |
ArgumentImpl.type(ArgumentType<T> type) |
Copyright © 2012–2017. All rights reserved.