| Modifier and Type | Class and Description |
|---|---|
class |
ClassFilter
This class is intended to be used as a filter for class typed resources to be
used with
CPScanner. |
class |
ClassNameFilter
This filter is designed to filter class names to use with the
CPScanner |
class |
CombinedFilter
Combined filter is a bag of filters.
|
class |
PackageNameFilter
This filter is designed to filter package names to use with the
CPScanner |
class |
RejectFilter
Reject filter is a bag of filters that rejects resources those accepted by contained filters.
|
class |
ResourceNameFilter
This filter is designed to filter resource names to use with the
CPScanner |
| Modifier and Type | Method and Description |
|---|---|
RejectFilter |
RejectFilter.appendFilter(CPResourceFilter filter)
Appends another filter to this filter
|
CombinedFilter |
CombinedFilter.appendFilter(CPResourceFilter filter)
Appends another filter to this filter
|
static List<Class<?>> |
CPScanner.scanClasses(CPResourceFilter... filters)
Scans classes with in the classpath and applies the given list of filters
|
static List<URL> |
CPScanner.scanResources(CPResourceFilter... filters)
Scans resources with in the classpath and applies the given list of filters
|
Copyright © 2013. All Rights Reserved.