public class MergeApplicationContextXmlConfigResource extends MergeXmlConfigResource
| Constructor and Description |
|---|
MergeApplicationContextXmlConfigResource() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.io.Resource[] |
getConfigResources(ResourceInputStream[] sources,
ResourceInputStream[] patches)
Generate a merged configuration resource, loading the definitions from the given streams.
|
buildArrayFromStream, getMergedConfigResource, merge, mergeItems, serialize, serializepublic MergeApplicationContextXmlConfigResource()
public org.springframework.core.io.Resource[] getConfigResources(ResourceInputStream[] sources, ResourceInputStream[] patches) throws org.springframework.beans.BeansException
sources - array of input streams for the source application context filespatches - array of input streams for the patch application context filesorg.springframework.beans.BeansExceptionCopyright © 2017. All rights reserved.