Class MultiPathOptionHandler
Takes a classpath like option ("-cp a.jar;b.jar;c") and maps them to a collection of
Path.- Author:
- kmahoney
-
Field Summary
FieldsFields inherited from class DelimitedOptionHandler
delimiter, individualOptionHandlerFields inherited from class OptionHandler
option, owner, setter -
Constructor Summary
ConstructorsConstructorDescriptionMultiPathOptionHandler(CmdLineParser parser, OptionDef option, Setter<? super Path> setter) -
Method Summary
Methods inherited from class DelimitedOptionHandler
getDefaultMetaVariable, parseArguments, printDefaultValueMethods inherited from class OptionHandler
getMetaVariable, getNameAndMeta, getNameAndMeta, print
-
Field Details
-
sysPathSeperator
-
-
Constructor Details
-
MultiPathOptionHandler
-