Interface BaselineMatcher
-
- All Superinterfaces:
java.util.function.Predicate<io.github.classgraph.ClassInfo>
- All Known Implementing Classes:
AbstractDependencyMatcher,ClassMatcher,InterfaceMatcher,PackageMatcher,ReferencedClassMatcher,SubclassMatcher,SuperclassMatcher
public interface BaselineMatcher extends java.util.function.Predicate<io.github.classgraph.ClassInfo>Interface for matchers that make up the ClassGraph baseline.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigureAccept(io.github.classgraph.ClassGraph classGraph)voidconfigureReject(io.github.classgraph.ClassGraph classGraph)
-