Class MultiFileOptionHandler


  • public class MultiFileOptionHandler
    extends DelimitedOptionHandler<java.io.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 java.lang.String sysPathSeperator
    • Constructor Detail