public class FindResult
extends java.lang.Object
Constructor and Description |
---|
FindResult(ClasspathEntry classpathEntry,
java.lang.String fileName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.public ClasspathEntry getClasspathEntry()
public java.lang.String getFileName()