public class ResourceFinderConfigSource extends Object implements org.springframework.extensions.config.ConfigSource
ConfigSource that is powered by a ResourceFinder.
This allows for the loading of resources with wildcards, which
UrlConfigSource does not.| Constructor and Description |
|---|
ResourceFinderConfigSource() |
| Modifier and Type | Method and Description |
|---|---|
List<org.springframework.extensions.config.ConfigDeployment> |
getConfigDeployments() |
void |
setLocations(List<String> locations)
Sets the locations, of the form classpath*:/some/path.xml
|
void |
setResourceFinder(ResourceFinder resourceFinder) |
public void setResourceFinder(ResourceFinder resourceFinder)
public void setLocations(List<String> locations)
public List<org.springframework.extensions.config.ConfigDeployment> getConfigDeployments()
getConfigDeployments in interface org.springframework.extensions.config.ConfigSourceCopyright © 2005–2018 Alfresco Software. All rights reserved.