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 Detail

      • sysPathSeperator

        protected static String sysPathSeperator