public class ClasspathDirectoryEntry extends ClasspathEntry
CLASSFILE_SUFFIX| Constructor and Description |
|---|
ClasspathDirectoryEntry() |
| Modifier and Type | Method and Description |
|---|---|
FindResult |
findClass(String className)
Find a class by name within thsi classpath component.
|
void |
mergeClassesIntoTree(DefaultTreeModel model,
boolean reset)
Merge all classes in this classpath component into the supplied tree.
|
addClasspathChangeListener, addOrFindNode, equals, getFile, getFileName, hashCode, removeClasspathChangeListener, setFileName, stripClassSuffixpublic FindResult findClass(String className)
ClasspathComponentclassName - the name of the classpublic void mergeClassesIntoTree(DefaultTreeModel model, boolean reset)
ClasspathComponentmodel - the tree model.reset - whether this is an incremental operation or part of a reset.
For a reset, no change events will be fired on the tree model.