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, serialize
public 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.BeansException
Copyright © 2014. All rights reserved.