Package com.dtolabs.utils
Interface PropertiesUtil.Adder
-
- All Known Implementing Classes:
PropertiesUtil.PrefixAdder
- Enclosing class:
- PropertiesUtil
public static interface PropertiesUtil.AdderAdder represents an object that can have properties added to it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddProperties(java.util.Properties properties)Add all the input Properties.voidaddProperty(java.lang.String name, java.lang.String value)Add a property.
-