public class ResourceFinderConfigSource
extends java.lang.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 |
|---|---|
java.util.List |
getConfigDeployments() |
void |
setLocations(java.util.List locations)
Sets the locations, of the form classpath*:/some/path.xml
|
void |
setResourceFinder(ResourceFinder resourceFinder) |
public void setResourceFinder(ResourceFinder resourceFinder)
public void setLocations(java.util.List locations)
public java.util.List getConfigDeployments()
getConfigDeployments in interface org.springframework.extensions.config.ConfigSourceCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.