Package org.alfresco.config
Class AlfrescoPropertiesPersister
java.lang.Object
org.springframework.util.DefaultPropertiesPersister
org.alfresco.config.AlfrescoPropertiesPersister
- All Implemented Interfaces:
org.springframework.util.PropertiesPersister
public class AlfrescoPropertiesPersister
extends org.springframework.util.DefaultPropertiesPersister
Simple extension to the
DefaultPropertiesPersister
to strip trailing whitespace
from incoming properties.- Author:
- shane frensley
- See Also:
-
DefaultPropertiesPersister
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
load
(Properties props, InputStream is) void
load
(Properties props, Reader reader) void
loadFromXml
(Properties props, InputStream is) Methods inherited from class org.springframework.util.DefaultPropertiesPersister
store, store, storeToXml, storeToXml
-
Constructor Details
-
AlfrescoPropertiesPersister
public AlfrescoPropertiesPersister()
-
-
Method Details
-
load
- Specified by:
load
in interfaceorg.springframework.util.PropertiesPersister
- Overrides:
load
in classorg.springframework.util.DefaultPropertiesPersister
- Throws:
IOException
-
load
- Specified by:
load
in interfaceorg.springframework.util.PropertiesPersister
- Overrides:
load
in classorg.springframework.util.DefaultPropertiesPersister
- Throws:
IOException
-
loadFromXml
- Specified by:
loadFromXml
in interfaceorg.springframework.util.PropertiesPersister
- Overrides:
loadFromXml
in classorg.springframework.util.DefaultPropertiesPersister
- Throws:
IOException
-