public interface PropertiesCreator
PropertiesCreator provides a method to convert
the information of the object to Properties.| Modifier and Type | Method and Description |
|---|---|
java.util.Properties |
toProperties(java.util.Properties prop)
Converts the information of the object to Properties.
|
java.util.Properties toProperties(java.util.Properties prop)
prop - the Properties object which the information will be converted to.
If null is passed, return a new created Properties object.