Class BundledResourceInfo

java.lang.Object
org.broadleafcommerce.common.resource.BundledResourceInfo

public class BundledResourceInfo extends Object
Tracks a bundle version name and path/file information for a dynamically created resource bundle. This information can be used later to rebuild a bundle resource should that resource be found to not exist.
Author:
dcolgrove
  • Field Details

    • resource

      protected org.springframework.core.io.Resource resource
    • versionedBundleName

      protected String versionedBundleName
    • bundledFilePaths

      protected List<String> bundledFilePaths
  • Constructor Details

    • BundledResourceInfo

      public BundledResourceInfo(org.springframework.core.io.Resource resource, String versionedBundleName, List<String> bundledFilePaths)
  • Method Details

    • getResource

      public org.springframework.core.io.Resource getResource()
    • setResource

      public void setResource(org.springframework.core.io.Resource resource)
    • getVersionedBundleName

      public String getVersionedBundleName()
    • setVersionedBundleName

      public void setVersionedBundleName(String versionedBundleName)
    • getBundledFilePaths

      public List<String> getBundledFilePaths()
    • setBundledFilePaths

      public void setBundledFilePaths(List<String> bundledFilePaths)