public class FindResult extends Object
Constructor and Description |
---|
FindResult(ClasspathEntry classpathEntry,
String fileName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ClasspathEntry |
getClasspathEntry()
Get the classpath entry in which the class has been found.
|
String |
getFileName()
Get the file name of the found class.
|
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.public ClasspathEntry getClasspathEntry()
public String getFileName()