|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.develop.io.ClassPath
This helper is used to find the file path by the class object. If the class is in the JAR file the JAR file path is returned.
Constructor Summary | |
ClassPath()
|
Method Summary | |
static java.lang.String |
getClassPath(java.lang.Class cl)
Returns the file path |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassPath()
Method Detail |
public static java.lang.String getClassPath(java.lang.Class cl)
cl
- The class object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |