Class ResourcePropertyPredicate

  • All Implemented Interfaces:
    Predicate<org.apache.sling.api.resource.Resource>

    public class ResourcePropertyPredicate
    extends Object
    implements Predicate<org.apache.sling.api.resource.Resource>
    • Constructor Detail

      • ResourcePropertyPredicate

        public ResourcePropertyPredicate​(Attribute attribute)
    • Method Detail

      • test

        public boolean test​(org.apache.sling.api.resource.Resource resource)
        Specified by:
        test in interface Predicate<org.apache.sling.api.resource.Resource>