org.gjt.jclasslib.browser.config.classpath
Class ClasspathArchiveEntry
java.lang.Object
org.gjt.jclasslib.browser.config.classpath.ClasspathEntry
org.gjt.jclasslib.browser.config.classpath.ClasspathArchiveEntry
- All Implemented Interfaces:
- ClasspathComponent
- public class ClasspathArchiveEntry
- extends ClasspathEntry
Classpath entry for an archive.
- Version:
- $Revision: 1.1 $ $Date: 2003/08/18 08:10:15 $
- Author:
- Ingo Kegel
ClasspathArchiveEntry
public ClasspathArchiveEntry()
findClass
public FindResult findClass(String className)
- Description copied from interface:
ClasspathComponent
- Find a class by name within thsi classpath component.
- Parameters:
className
- the name of the class
- Returns:
- the FindResult object. null if no class could be found.
mergeClassesIntoTree
public void mergeClassesIntoTree(DefaultTreeModel model,
boolean reset)
- Description copied from interface:
ClasspathComponent
- Merge all classes in this classpath component into the supplied tree.
- Parameters:
model
- 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.