Java org.springframework.util PropertiesPersister fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.util PropertiesPersister fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.util PropertiesPersister.

The text is from its open source code.

Implementation

org.springframework.util.PropertiesPersister has the following implementations.
Click this link to see all its implementation.

Method

voidload(Properties props, InputStream is)
Load properties from the given InputStream into the given Properties object.
voidload(Properties props, Reader reader)
Load properties from the given Reader into the given Properties object.
voidloadFromXml(Properties props, InputStream is)
Load properties from the given XML InputStream into the given Properties object.