Class MultiPathOptionHandler


public class MultiPathOptionHandler extends DelimitedOptionHandler<Path>
Takes a classpath like option ("-cp a.jar;b.jar;c") and maps them to a collection of Path.
  • Field Details

    • sysPathSeperator

      protected static String sysPathSeperator
  • Constructor Details