This class can be extended by application to support additional Java datatypes in option operands.
Implementation of this class needs to be registered to args4j by using {@link CmdLineParser#registerHandler(Class,Class)} @param < T> The type of the field that this {@link OptionHandler} works with. @author Kohsuke Kawaguchi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|