public class MergeXmlConfigResource
extends java.lang.Object
| Constructor and Description |
|---|
MergeXmlConfigResource() |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
buildArrayFromStream(java.io.InputStream source) |
org.springframework.core.io.Resource |
getMergedConfigResource(ResourceInputStream[] sources) |
protected ResourceInputStream |
merge(ResourceInputStream[] sources) |
protected ResourceInputStream |
mergeItems(ResourceInputStream sourceLocationFirst,
ResourceInputStream sourceLocationSecond) |
java.lang.String |
serialize(java.io.InputStream in) |
java.lang.String |
serialize(org.springframework.core.io.Resource resource) |
public org.springframework.core.io.Resource getMergedConfigResource(ResourceInputStream[] sources) throws org.springframework.beans.BeansException
org.springframework.beans.BeansExceptionprotected ResourceInputStream merge(ResourceInputStream[] sources) throws MergeException, MergeManagerSetupException
protected ResourceInputStream mergeItems(ResourceInputStream sourceLocationFirst, ResourceInputStream sourceLocationSecond) throws MergeException, MergeManagerSetupException
public java.lang.String serialize(org.springframework.core.io.Resource resource)
public java.lang.String serialize(java.io.InputStream in)
protected byte[] buildArrayFromStream(java.io.InputStream source)
throws java.io.IOException
java.io.IOExceptionCopyright © 2018. All Rights Reserved.