Class MultiPathOptionHandler


  • public class MultiPathOptionHandler
    extends DelimitedOptionHandler<java.nio.file.Path>
    Takes a classpath like option ("-cp a.jar;b.jar;c") and maps them to a collection of Path.
    Author:
    kmahoney
    • Field Detail

      • sysPathSeperator

        protected static java.lang.String sysPathSeperator
    • Constructor Detail

      • MultiPathOptionHandler

        public MultiPathOptionHandler​(CmdLineParser parser,
                                      OptionDef option,
                                      Setter<? super java.nio.file.Path> setter)