public class AlfrescoPropertiesPersister
extends org.springframework.util.DefaultPropertiesPersister
DefaultPropertiesPersister
to strip trailing whitespace
from incoming properties.DefaultPropertiesPersister
Constructor and Description |
---|
AlfrescoPropertiesPersister() |
Modifier and Type | Method and Description |
---|---|
void |
load(Properties props,
InputStream is) |
void |
load(Properties props,
Reader reader) |
void |
loadFromXml(Properties props,
InputStream is) |
public void load(Properties props, InputStream is) throws IOException
load
in interface org.springframework.util.PropertiesPersister
load
in class org.springframework.util.DefaultPropertiesPersister
IOException
public void load(Properties props, Reader reader) throws IOException
load
in interface org.springframework.util.PropertiesPersister
load
in class org.springframework.util.DefaultPropertiesPersister
IOException
public void loadFromXml(Properties props, InputStream is) throws IOException
loadFromXml
in interface org.springframework.util.PropertiesPersister
loadFromXml
in class org.springframework.util.DefaultPropertiesPersister
IOException
Copyright © 2005–2015 Alfresco Software. All rights reserved.