public abstract class ClassQueryTool
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
processDirectory(java.io.File directory)
Processes all entries from a given directory, ignoring any subdirectory contents.
|
public void processDirectory(java.io.File directory)
throws java.io.IOException
directory - the directory to be searched, or null to just use the classpath.java.io.IOException - if an error occured while loading the resources from the directory.java.lang.SecurityException - if access to the system properties or access to the classloader is restricted.