public class CPScanner extends Object
| Constructor and Description |
|---|
CPScanner() |
| Modifier and Type | Method and Description |
|---|---|
static Set<URL> |
findRoots()
Finds list of classpath roots
|
static List<Class<?>> |
scanClasses(CPResourceFilter... filters)
Scans classes with in the classpath and applies the given list of filters
|
static List<URL> |
scanResources(CPResourceFilter... filters)
Scans resources with in the classpath and applies the given list of filters
|
public static Set<URL> findRoots()
public static List<URL> scanResources(CPResourceFilter... filters)
filters - that need to be appliedpublic static List<Class<?>> scanClasses(CPResourceFilter... filters)
filters - that need to be appliedCopyright © 2013. All Rights Reserved.