Class AssetPackageUtil

java.lang.Object
com.adobe.acs.commons.packaging.util.AssetPackageUtil

public class AssetPackageUtil extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final org.slf4j.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    AssetPackageUtil(org.apache.sling.api.resource.ValueMap properties, org.apache.sling.api.resource.ResourceResolver resourceResolver)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.apache.jackrabbit.vault.fs.api.PathFilterSet>
    Generates the filter paths by recursing through the content and returns the list.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public List<org.apache.jackrabbit.vault.fs.api.PathFilterSet> getPackageFilterPaths()
      Generates the filter paths by recursing through the content and returns the list.
      Returns:
      the compiled list of PathFilterSet objects with assets and pages.