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