|
ej-technologies | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.jclasslib.browser.config.classpath.FindResult
Result of a search operation on the classpath.
Constructor Summary | |
FindResult(ClasspathEntry classpathEntry,
String fileName)
Constructor. |
Method Summary | |
ClasspathEntry |
getClasspathEntry()
Get the classpath entry in which the class has been found. |
String |
getFileName()
Get the file name of the found class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FindResult(ClasspathEntry classpathEntry, String fileName)
classpathEntry
- the classpath entry in which the class has been found.fileName
- the file name of the found class.Method Detail |
public ClasspathEntry getClasspathEntry()
public String getFileName()
|
ej-technologies | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |