Class AssetPackageUtil
java.lang.Object
com.adobe.acs.commons.packaging.util.AssetPackageUtil
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAssetPackageUtil(org.apache.sling.api.resource.ValueMap properties, org.apache.sling.api.resource.ResourceResolver resourceResolver) -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.jackrabbit.vault.fs.api.PathFilterSet>Generates the filter paths by recursing through the content and returns the list.
-
Field Details
-
log
protected static final org.slf4j.Logger log
-
-
Constructor Details
-
AssetPackageUtil
public AssetPackageUtil(org.apache.sling.api.resource.ValueMap properties, org.apache.sling.api.resource.ResourceResolver resourceResolver)
-
-
Method Details
-
getPackageFilterPaths
Generates the filter paths by recursing through the content and returns the list.- Returns:
- the compiled list of
PathFilterSetobjects with assets and pages.
-