com.dtolabs.utils
Interface PropertiesUtil.Adder

All Known Implementing Classes:
PropertiesUtil.PrefixAdder
Enclosing class:
PropertiesUtil

public static interface PropertiesUtil.Adder

Adder represents an object that can have properties added to it.


Method Summary
 void addProperties(java.util.Properties properties)
          Add all the input Properties.
 void addProperty(java.lang.String name, java.lang.String value)
          Add a property.
 

Method Detail

addProperty

void addProperty(java.lang.String name,
                 java.lang.String value)
Add a property.

Parameters:
name -
value -

addProperties

void addProperties(java.util.Properties properties)
Add all the input Properties.

Parameters:
properties -