Package gw.test
Class ClassPathUtil
java.lang.Object
gw.test.ClassPathUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<IDirectory>
Turns the java.class.path system property value into a list of directories and jarsprivate static boolean
-
Constructor Details
-
ClassPathUtil
public ClassPathUtil()
-
-
Method Details
-
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
-