Class BundledResourceInfo
java.lang.Object
org.broadleafcommerce.common.resource.BundledResourceInfo
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBundledResourceInfo
(org.springframework.core.io.Resource resource, String versionedBundleName, List<String> bundledFilePaths) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.io.Resource
void
setBundledFilePaths
(List<String> bundledFilePaths) void
setResource
(org.springframework.core.io.Resource resource) void
setVersionedBundleName
(String versionedBundleName)
-
Field Details
-
resource
protected org.springframework.core.io.Resource resource -
versionedBundleName
-
bundledFilePaths
-
-
Constructor Details
-
BundledResourceInfo
-
-
Method Details
-
getResource
public org.springframework.core.io.Resource getResource() -
setResource
public void setResource(org.springframework.core.io.Resource resource) -
getVersionedBundleName
-
setVersionedBundleName
-
getBundledFilePaths
-
setBundledFilePaths
-