Package io.avaje.classpath.scanner
Interface ResourceFilter
-
public interface ResourceFilter
Filter predicate to determine which scanned resources should be returned.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisMatch(String resourceName)Return true if this resource should be included in the scan result.
-