public class BundledResourceInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected List<String> | bundledFilePaths | 
| protected org.springframework.core.io.Resource | resource | 
| protected String | versionedBundleName | 
| Constructor and Description | 
|---|
| BundledResourceInfo(org.springframework.core.io.Resource resource,
                   String versionedBundleName,
                   List<String> bundledFilePaths) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getBundledFilePaths() | 
| org.springframework.core.io.Resource | getResource() | 
| String | getVersionedBundleName() | 
| void | setBundledFilePaths(List<String> bundledFilePaths) | 
| void | setResource(org.springframework.core.io.Resource resource) | 
| void | setVersionedBundleName(String versionedBundleName) | 
protected org.springframework.core.io.Resource resource
protected String versionedBundleName
public org.springframework.core.io.Resource getResource()
public void setResource(org.springframework.core.io.Resource resource)
public String getVersionedBundleName()
public void setVersionedBundleName(String versionedBundleName)
Copyright © 2020. All rights reserved.