|
||||||||||
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
public class FindResult
Result of a search operation on the classpath.
Constructor Summary | |
---|---|
FindResult(ClasspathEntry classpathEntry,
java.lang.String fileName)
Constructor. |
Method Summary | |
---|---|
ClasspathEntry |
getClasspathEntry()
Get the classpath entry in which the class has been found. |
java.lang.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, java.lang.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 java.lang.String getFileName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |