Class DistributionExportFilter.TreeFilter
java.lang.Object
org.apache.sling.distribution.serialization.DistributionExportFilter.TreeFilter
- Enclosing class:
DistributionExportFilter
a filter is responsible for finding the resources that should be serialized unders a certain path
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDeepInclude(String path) voidaddExclude(String path) voidaddInclude(String path) @NotNull StringgetPath()booleancheck whether a resource with a certain path should be included in the serialized outputtoString()
-
Constructor Details
-
TreeFilter
-
-
Method Details