com.dtolabs.utils
Interface PropertiesUtil.Producer

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

public static interface PropertiesUtil.Producer

Reader represents an object that can produce Properties.


Method Summary
 java.util.Properties readProperties()
          Produce the properties.
 

Method Detail

readProperties

java.util.Properties readProperties()
Produce the properties.

Returns: