public interface ConfigurationProvider
Configuration
s in
some environment-specific way. Implementations must implement the
equals
and hashCode
methods so that equivalent
configurations compare equal.Modifier and Type | Method and Description |
---|---|
void |
addProperties(Map<?,?> props)
Add the given properties to those in this provider, overwriting
any existing properties under the same keys.
|
Object |
addProperty(String key,
Object value)
Add a single property, overwriting any existing property under the
same key.
|
Map<String,Object> |
getProperties()
Return properties loaded thus far, or empty map if none.
|
void |
setInto(Configuration conf)
Set loaded information into the given configuration.
|
Map<String,Object> getProperties()
void addProperties(Map<?,?> props)
Object addProperty(String key, Object value)
void setInto(Configuration conf)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.