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