net.groboclown.util.jplugin.v1
Class ClassSorter
java.lang.Object
|
+--net.groboclown.util.jplugin.v1.ClassSorter
- class ClassSorter
- extends Object
Discovers the classes and beans inside of a Jar file.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
attributeSets
Hashtable attributeSets
classSets
Hashtable classSets
classes
Vector classes
ClassSorter
public ClassSorter()
addClass
public void addClass(Inspector insp,
String className,
ClassAttributes attr)
addClassSet
public void addClassSet(Class superclass)
addAttributeSet
public void addAttributeSet(String attributeName)
addAttributeSet
public void addAttributeSet(String attributeName,
String value)
getClassesInClassSet
public ClassWrapper[] getClassesInClassSet(Class superclass)
getClassesInAttributeSet
public ClassWrapper[] getClassesInAttributeSet(String attributeName)
toClassWrapper
protected ClassWrapper[] toClassWrapper(Vector v)
Written under the LGPL