|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--net.groboclown.util.jplugin.v1.Inspector
|
+--net.groboclown.util.jplugin.v1.URLInspector
|
+--net.groboclown.util.jplugin.v1.DirectoryInspector
Discovers the classes and beans inside of a filesystem directory.
| Field Summary | |
protected File |
directory
|
private boolean |
recurse
|
| Fields inherited from class net.groboclown.util.jplugin.v1.URLInspector |
classLoader, url |
| Fields inherited from class net.groboclown.util.jplugin.v1.Inspector |
classNames, sorter |
| Constructor Summary | |
DirectoryInspector(String dirname,
boolean recurse)
|
|
| Method Summary | |
void |
findClasses()
|
protected void |
findClasses(File directory,
String base,
PropertyList pl,
Vector classnames)
Recursive call |
| Methods inherited from class net.groboclown.util.jplugin.v1.URLInspector |
getClass, getClassName, getURL, instantiate, setURL |
| Methods inherited from class net.groboclown.util.jplugin.v1.Inspector |
addClass, getClassNames, getClassSorter, setClassSorter |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected transient File directory
private boolean recurse
| Constructor Detail |
public DirectoryInspector(String dirname,
boolean recurse)
throws IOException
| Method Detail |
public void findClasses()
throws IOException
findClasses in class Inspector
protected void findClasses(File directory,
String base,
PropertyList pl,
Vector classnames)
throws IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||