public static class ClassFinder.And extends Object implements ClassFinder.ClassFilter, ClassFinder.ResourcePathFilter
| Constructor and Description |
|---|
And(ClassFinder.ClassFilter... classFilters) |
And(ClassFinder.ResourcePathFilter... resourcePathFilters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCandidateClass(Class<?> c) |
boolean |
isCandidatePath(String resourcePath,
boolean isJar) |
public And(ClassFinder.ClassFilter... classFilters)
public And(ClassFinder.ResourcePathFilter... resourcePathFilters)
public boolean isCandidateClass(Class<?> c)
isCandidateClass in interface ClassFinder.ClassFilterpublic boolean isCandidatePath(String resourcePath, boolean isJar)
isCandidatePath in interface ClassFinder.ResourcePathFilterCopyright © 2007–2019 Cloudera. All rights reserved.