A C E F G I J N P R S T 

A

accept(Object) - Method in class net.sf.corn.cps.ClassFilter
 
accept(Object) - Method in class net.sf.corn.cps.ClassNameFilter
 
accept(Object) - Method in class net.sf.corn.cps.CombinedFilter
 
accept(Object) - Method in interface net.sf.corn.cps.CPResourceFilter
Tells whether the given subject is accepted or not.
accept(Object) - Method in class net.sf.corn.cps.PackageNameFilter
 
accept(Object) - Method in class net.sf.corn.cps.RejectFilter
 
accept(Object) - Method in class net.sf.corn.cps.ResourceNameFilter
 
allTypes() - Method in class net.sf.corn.cps.ClassFilter
Resets all type filtering options and accepts all classes
annotationOnly() - Method in class net.sf.corn.cps.ClassFilter
Filters annotations only and erases the other type options
append(String) - Method in class net.sf.corn.cps.ClassNameFilter
Appends another resource name to this filter
append(String) - Method in class net.sf.corn.cps.PackageNameFilter
Appends another package name to this filter
append(String) - Method in class net.sf.corn.cps.ResourceNameFilter
Appends another resource name to this filter
appendAnnotation(Class<? extends Annotation>) - Method in class net.sf.corn.cps.ClassFilter
Appends the given annotation to set of annotations to control scanned classes.
appendClassName(String) - Method in class net.sf.corn.cps.ClassFilter
Adds a class name to this filter.
appendFilter(CPResourceFilter) - Method in class net.sf.corn.cps.CombinedFilter
Appends another filter to this filter
appendFilter(CPResourceFilter) - Method in class net.sf.corn.cps.RejectFilter
Appends another filter to this filter
appendInterface(Class<?>) - Method in class net.sf.corn.cps.ClassFilter
Appends the given interface to set of interfaces to control scanned classes.
appendSuperClass(Class<?>) - Method in class net.sf.corn.cps.ClassFilter
Appends the given class to set of super classes.

C

ClassFilter - Class in net.sf.corn.cps
This class is intended to be used as a filter for class typed resources to be used with CPScanner.
ClassFilter() - Constructor for class net.sf.corn.cps.ClassFilter
 
ClassNameFilter - Class in net.sf.corn.cps
This filter is designed to filter class names to use with the CPScanner
ClassNameFilter() - Constructor for class net.sf.corn.cps.ClassNameFilter
 
ClassNameFilter(String) - Constructor for class net.sf.corn.cps.ClassNameFilter
Constructs a class name filter with the given class name.
classOnly() - Method in class net.sf.corn.cps.ClassFilter
Filters classes only and erases the other type options
CombinedFilter - Class in net.sf.corn.cps
Combined filter is a bag of filters.
CombinedFilter() - Constructor for class net.sf.corn.cps.CombinedFilter
 
combineWithAnd() - Method in class net.sf.corn.cps.CombinedFilter
Combines the given filters with the logical 'and' operator
combineWithAnd() - Method in class net.sf.corn.cps.RejectFilter
Combines the given filters with the logical 'and' operator
combineWithOr() - Method in class net.sf.corn.cps.CombinedFilter
Combines the given filters with the logical 'or' operator.
combineWithOr() - Method in class net.sf.corn.cps.RejectFilter
Combines the given filters with the logical 'or' operator.
CPResourceFilter - Interface in net.sf.corn.cps
This interface is designed to apply Resource Scanner as a filter
CPScanner - Class in net.sf.corn.cps
This is the main class of this package.
CPScanner() - Constructor for class net.sf.corn.cps.CPScanner
 

E

enumOnly() - Method in class net.sf.corn.cps.ClassFilter
Filters enums only and erases the other type options

F

filterable(Object) - Method in class net.sf.corn.cps.ClassFilter
 
filterable(Object) - Method in class net.sf.corn.cps.ClassNameFilter
 
filterable(Object) - Method in class net.sf.corn.cps.CombinedFilter
 
filterable(Object) - Method in interface net.sf.corn.cps.CPResourceFilter
Tells if the given subject is filterable by this interface
filterable(Object) - Method in class net.sf.corn.cps.PackageNameFilter
 
filterable(Object) - Method in class net.sf.corn.cps.RejectFilter
 
filterable(Object) - Method in class net.sf.corn.cps.ResourceNameFilter
 
findRoots() - Static method in class net.sf.corn.cps.CPScanner
Finds list of classpath roots

G

getClassNamePatterns() - Method in class net.sf.corn.cps.ClassNameFilter
Gives list of class names that defined in this filter
getPackageName() - Method in class net.sf.corn.cps.RootedURL
Extracts the package name from resource URL
getPackageNamePatterns() - Method in class net.sf.corn.cps.PackageNameFilter
Gives list of package names that defined in this filter
getResourceName() - Method in class net.sf.corn.cps.RootedURL
Extracts the resource name from resource URL
getResourceNamePatterns() - Method in class net.sf.corn.cps.ResourceNameFilter
Gives list of resource names that defined in this filter
getResourceURL() - Method in class net.sf.corn.cps.RootedURL
 
getRootURL() - Method in class net.sf.corn.cps.RootedURL
 

I

interfaceOnly() - Method in class net.sf.corn.cps.ClassFilter
Filters interfaces only and erases the other type options
isAnnotationOnly() - Method in class net.sf.corn.cps.ClassFilter
tells if the annotation only option is set
isClassOnly() - Method in class net.sf.corn.cps.ClassFilter
tells if the class only option is set
isEnumOnly() - Method in class net.sf.corn.cps.ClassFilter
tells if the enum only option is set
isInterfaceOnly() - Method in class net.sf.corn.cps.ClassFilter
tells if the interface only option is set

J

joinAnnotationsWithAnd() - Method in class net.sf.corn.cps.ClassFilter
Changes the join behavior of annotations.
joinAnnotationsWithOr() - Method in class net.sf.corn.cps.ClassFilter
Changes the join behavior of annotations.
joinInterfacesWithAnd() - Method in class net.sf.corn.cps.ClassFilter
Changes the join behavior of interfaces.
joinInterfacesWithOr() - Method in class net.sf.corn.cps.ClassFilter
Changes the join behavior of interfaces.

N

net.sf.corn.cps - package net.sf.corn.cps
This package contains classpath scanner and filters for resources and classes.

P

PackageNameFilter - Class in net.sf.corn.cps
This filter is designed to filter package names to use with the CPScanner
PackageNameFilter() - Constructor for class net.sf.corn.cps.PackageNameFilter
 
PackageNameFilter(String) - Constructor for class net.sf.corn.cps.PackageNameFilter
Constructs a package name filter with the given package name.

R

RejectFilter - Class in net.sf.corn.cps
Reject filter is a bag of filters that rejects resources those accepted by contained filters.
RejectFilter() - Constructor for class net.sf.corn.cps.RejectFilter
 
ResourceNameFilter - Class in net.sf.corn.cps
This filter is designed to filter resource names to use with the CPScanner
ResourceNameFilter() - Constructor for class net.sf.corn.cps.ResourceNameFilter
 
ResourceNameFilter(String) - Constructor for class net.sf.corn.cps.ResourceNameFilter
Constructs a resource name filter with the given resource name.
RootedURL - Class in net.sf.corn.cps
This is a container class to keep an URL address with it's root URL.
RootedURL(URL, URL) - Constructor for class net.sf.corn.cps.RootedURL
Constructs a new RootedURL address

S

scanClasses(CPResourceFilter...) - Static method in class net.sf.corn.cps.CPScanner
Scans classes with in the classpath and applies the given list of filters
scanResources(CPResourceFilter...) - Static method in class net.sf.corn.cps.CPScanner
Scans resources with in the classpath and applies the given list of filters

T

toString() - Method in class net.sf.corn.cps.ClassNameFilter
 
toString() - Method in class net.sf.corn.cps.CombinedFilter
 
toString() - Method in class net.sf.corn.cps.PackageNameFilter
 
toString() - Method in class net.sf.corn.cps.RejectFilter
 
toString() - Method in class net.sf.corn.cps.ResourceNameFilter
 
toString() - Method in class net.sf.corn.cps.RootedURL
 
A C E F G I J N P R S T 

Copyright © 2013. All Rights Reserved.