Class FilterByPathRegex
- java.lang.Object
-
- de.valtech.aecu.api.groovy.console.bindings.filters.FilterByPathRegex
-
-
Constructor Summary
Constructors Constructor Description FilterByPathRegex(String regex)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanfilter(org.apache.sling.api.resource.Resource resource, StringBuilder output)Checks if the given resource matches the filter criteria.
-
-
-
Method Detail
-
filter
public boolean filter(@Nonnull org.apache.sling.api.resource.Resource resource, @Nonnull StringBuilder output)
Description copied from interface:FilterByChecks if the given resource matches the filter criteria.
-
-