|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.util.classpath.ClassPath
ClassPath helps determine where GLUE has been installed
Constructor Summary | |
ClassPath()
|
Method Summary | |
static java.lang.String[] |
getClassPaths()
Gets the classpath system property, parses it, and stores them in a String array. |
static java.lang.String |
getJarPath(java.lang.String jarFilename)
Returns the path to a given Jar file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassPath()
Method Detail |
public static java.lang.String getJarPath(java.lang.String jarFilename)
jarFilename
- The jar filename to search for within the classpath.
public static java.lang.String[] getClassPaths()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |