public static interface PropertiesUtil.Adder
Modifier and Type | Method and Description |
---|---|
void |
addProperties(java.util.Properties properties)
Add all the input Properties.
|
void |
addProperty(java.lang.String name,
java.lang.String value)
Add a property.
|