public static class ClassFinder.And extends Object implements ClassFinder.ClassFilter, ClassFinder.ResourcePathFilter
Modifier and Type | Field and Description |
---|---|
(package private) ClassFinder.ClassFilter[] |
classFilters |
(package private) ClassFinder.ResourcePathFilter[] |
resourcePathFilters |
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) |
ClassFinder.ClassFilter[] classFilters
ClassFinder.ResourcePathFilter[] resourcePathFilters
public And(ClassFinder.ClassFilter... classFilters)
public And(ClassFinder.ResourcePathFilter... resourcePathFilters)
public boolean isCandidateClass(Class<?> c)
isCandidateClass
in interface ClassFinder.ClassFilter
public boolean isCandidatePath(String resourcePath, boolean isJar)
isCandidatePath
in interface ClassFinder.ResourcePathFilter
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.