- 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.