Package io.avaje.classpath.scanner
Class FilterResource
- java.lang.Object
-
- io.avaje.classpath.scanner.FilterResource
-
public class FilterResource extends Object
Some common resource matching predicates.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Predicate<String>byPrefix(String prefix)Return a resource matcher that matches by prefix.static Predicate<String>byPrefixSuffix(String prefix, String suffix)Return a resource matcher that matches by both prefix and suffix.static Predicate<String>bySuffix(String suffix)Return a resource matcher that matches by suffix.
-