Package org.apache.sling.cms.publication
Class IsPublishableResourceType
- java.lang.Object
-
- org.apache.sling.cms.publication.IsPublishableResourceType
-
- All Implemented Interfaces:
Predicate<ResourceTree>
public class IsPublishableResourceType extends Object implements Predicate<ResourceTree>
A predicate for evaluating if a resource is a publishable resource type.
-
-
Constructor Summary
Constructors Constructor Description IsPublishableResourceType()
-
-
-
Method Detail
-
test
public boolean test(ResourceTree rt)
- Specified by:
test
in interfacePredicate<ResourceTree>
-
-