| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurationProvider
Implementations of this interface can populate Configurations in
 some environment-specific way. Implementations must implement the
 equals and hashCode methods so that equivalent
 configurations compare equal.
| Method Summary | |
|---|---|
|  void | addProperties(java.util.Map props)Add the given properties to those in this provider, overwriting any exisitng properties under the same keys. | 
|  java.lang.Object | addProperty(java.lang.String key,
            java.lang.Object value)Add a single property, overwriting any existing property under the same key. | 
|  java.util.Map | getProperties()Return properties loaded thus far, or empty map if none. | 
|  void | setInto(Configuration conf)Set loaded information into the given configuration. | 
| Method Detail | 
|---|
java.util.Map getProperties()
void addProperties(java.util.Map props)
java.lang.Object addProperty(java.lang.String key,
                             java.lang.Object value)
void setInto(Configuration conf)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||