Package gw.test

Class ClassPathUtil

java.lang.Object
gw.test.ClassPathUtil

public class ClassPathUtil extends Object
  • Constructor Details

    • ClassPathUtil

      public ClassPathUtil()
  • Method Details

    • constructClasspathFromSystemClasspath

      public static List<IDirectory> constructClasspathFromSystemClasspath()
      Turns the java.class.path system property value into a list of directories and jars
      Returns:
      the list of files represented by java.class.path
    • isChildOf

      private static boolean isChildOf(File f, String... parentDirs)