Package gw.test

Class ClassPathUtil


  • public class ClassPathUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassPathUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<IDirectory> constructClasspathFromSystemClasspath()
      Turns the java.class.path system property value into a list of directories and jars
      private static boolean isChildOf​(java.io.File f, java.lang.String... parentDirs)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClassPathUtil

        public ClassPathUtil()
    • Method Detail

      • constructClasspathFromSystemClasspath

        public static java.util.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​(java.io.File f,
                                         java.lang.String... parentDirs)