@Public public class UnmodifiableConfiguration extends Configuration
confData| Constructor and Description |
|---|
UnmodifiableConfiguration(Configuration config)
Creates a new UnmodifiableConfiguration, which holds a copy of the given configuration
that cannot be altered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(Configuration other) |
void |
addAll(Configuration other,
String prefix)
Adds all entries from the given configuration into this configuration.
|
void |
addAllToProperties(Properties props)
Adds all entries in this
Configuration to the given Properties. |
clone, contains, containsKey, equals, getBoolean, getBoolean, getBytes, getClass, getDouble, getDouble, getFloat, getFloat, getInteger, getInteger, getLong, getLong, getString, getString, getString, getValue, hashCode, keySet, read, setBoolean, setBoolean, setBytes, setClass, setDouble, setDouble, setFloat, setFloat, setInteger, setInteger, setLong, setLong, setString, setString, toMap, toString, writepublic UnmodifiableConfiguration(Configuration config)
config - The configuration with the original contents.public void addAllToProperties(Properties props)
ConfigurationConfiguration to the given Properties.addAllToProperties in class Configurationpublic final void addAll(Configuration other)
addAll in class Configurationpublic final void addAll(Configuration other, String prefix)
ConfigurationaddAll in class Configurationother - The configuration whose entries are added to this configuration.prefix - The prefix to prepend.Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.