Class MultiFileOptionHandler


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

    • sysPathSeperator

      protected static String sysPathSeperator
  • Constructor Details