Package | Description |
---|---|
org.kohsuke.args4j.spi |
Classes for extending the behavior of args4j.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiFileOptionHandler
Takes a classpath like option ("-cp a.jar;b.jar;c") and maps them to a collection of
File . |
class |
MultiPathOptionHandler
Takes a classpath like option ("-cp a.jar;b.jar;c") and maps them to a collection of
Path . |
Copyright © 2003-2016 Kohsuke Kawaguchi. All Rights Reserved.