Package org.apache.hadoop.hbase
Class ClassFinder.And
java.lang.Object
org.apache.hadoop.hbase.ClassFinder.And
- All Implemented Interfaces:
ClassFinder.ClassFilter,ClassFinder.ResourcePathFilter
- Enclosing class:
- ClassFinder
public static class ClassFinder.And
extends Object
implements ClassFinder.ClassFilter, ClassFinder.ResourcePathFilter
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ClassFinder.ClassFilter[](package private) ClassFinder.ResourcePathFilter[] -
Constructor Summary
ConstructorsConstructorDescriptionAnd(ClassFinder.ClassFilter... classFilters) And(ClassFinder.ResourcePathFilter... resourcePathFilters) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisCandidateClass(Class<?> c) booleanisCandidatePath(String resourcePath, boolean isJar)
-
Field Details
-
classFilters
-
resourcePathFilters
-
-
Constructor Details
-
And
-
And
-
-
Method Details
-
isCandidateClass
- Specified by:
isCandidateClassin interfaceClassFinder.ClassFilter
-
isCandidatePath
- Specified by:
isCandidatePathin interfaceClassFinder.ResourcePathFilter
-