public class ResourceFinder
extends java.lang.Object
Constructor and Description |
---|
ResourceFinder() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
find(java.lang.String rootPackageName,
boolean recursive,
IResourceFinderFilter filter) |
static void |
main(java.lang.String[] args)
The main method.
|
public static java.util.List<java.lang.String> find(java.lang.String rootPackageName, boolean recursive, IResourceFinderFilter filter) throws java.lang.ClassNotFoundException, java.io.IOException
rootPackageName
- recursive
- filter
- java.lang.ClassNotFoundException
java.io.IOException
public static void main(java.lang.String[] args) throws java.lang.ClassNotFoundException, java.io.IOException
args
- the argumentsjava.lang.ClassNotFoundException
- the class not found exceptionjava.io.IOException
- Signals that an I/O exception has occurred.