|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.util.ClasspathScanner
public class ClasspathScanner
ClasspathScanner enables you to find the set of classes that match some package name. The search can be recursive.
| Constructor Summary | |
|---|---|
ClasspathScanner()
Attempt to find all classes in the VM |
|
ClasspathScanner(java.lang.String packageName)
Non recursively find classes within the given package |
|
ClasspathScanner(java.lang.String packageName,
boolean recursive)
Find classes within the given package (optionally recursively) |
|
| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
getClasses()
Get the list of classes available to the classloader |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClasspathScanner()
public ClasspathScanner(java.lang.String packageName)
packageName - package name specified with dot separators
public ClasspathScanner(java.lang.String packageName,
boolean recursive)
packageName - package name specified with dot separatorrecursive - True to dig into sub-packages| Method Detail |
|---|
public java.util.Set<java.lang.String> getClasses()
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||