Package gw.test
Class ClassPathUtil
- java.lang.Object
-
- gw.test.ClassPathUtil
-
public class ClassPathUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ClassPathUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<IDirectory>
constructClasspathFromSystemClasspath()
Turns the java.class.path system property value into a list of directories and jars
-
-
-
Method Detail
-
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
-
-