Uses of Interface
io.avaje.classpath.scanner.ResourceFilter
-
-
Uses of ResourceFilter in io.avaje.classpath.scanner
Methods in io.avaje.classpath.scanner that return ResourceFilter Modifier and Type Method Description static ResourceFilterFilterResource. byPrefix(String prefix)Return a resource matcher that matches by prefix.static ResourceFilterFilterResource. byPrefixSuffix(String prefix, String suffix)Return a resource matcher that matches by both prefix and suffix.static ResourceFilterFilterResource. bySuffix(String suffix)Return a resource matcher that matches by suffix.Methods in io.avaje.classpath.scanner with parameters of type ResourceFilter Modifier and Type Method Description List<Resource>ClassPathScanner. scanForResources(String location, ResourceFilter filter)Scan for file resources using the starting location and filter.
-