Interface FilterBy

    • Method Detail

      • filter

        boolean filter​(@Nonnull
                       org.apache.sling.api.resource.Resource resource,
                       @Nonnull
                       StringBuilder output)
        Checks if the given resource matches the filter criteria.
        Parameters:
        resource - resource
        output - output buffer
        Returns:
        matches