Package | Description |
---|---|
org.kohsuke.args4j.spi |
Classes for extending the behavior of args4j.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteOptionHandler
|
class |
CharOptionHandler
|
class |
DoubleOptionHandler
|
class |
FileOptionHandler
|
class |
FloatOptionHandler
|
class |
InetAddressOptionHandler
|
class |
IntOptionHandler
|
class |
LongOptionHandler
|
class |
PathOptionHandler
Takes a single argument to the option and maps that to
Path . |
class |
ShortOptionHandler
|
class |
UuidOptionHandler
|
Modifier and Type | Field and Description |
---|---|
protected OneArgumentOptionHandler<? extends T> |
DelimitedOptionHandler.individualOptionHandler |
Constructor and Description |
---|
DelimitedOptionHandler(CmdLineParser parser,
OptionDef option,
Setter<? super T> setter,
String delimiter,
OneArgumentOptionHandler<? extends T> individualOptionHandler) |
Copyright © 2003-2016 Kohsuke Kawaguchi. All Rights Reserved.