public class CompoundConfiguration<C extends Configuration> extends Configuration
| Constructor and Description |
|---|
CompoundConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addChild(C newKid) |
void |
addConfiguration(CompoundConfiguration<C> config) |
protected void |
appendChildren(StringBuilder out,
String childrenName,
String childDelim) |
boolean |
equals(Object obj) |
protected C |
getChild(C kid) |
protected Collection<C> |
getChildren() |
protected boolean |
hasChildren() |
int |
hashCode() |
protected boolean |
removeChild(C config) |
protected void |
setChildren(Collection<C> kids) |
void |
validate() |
addConfiguration, addProperty, appendProperties, compareTo, getProperties, getProperty, getPropertyMap, hasProperties, removeProperty, removeProperty, setProperties, setProperty, setPropertyMapprotected void addChild(C newKid)
protected boolean removeChild(C config)
protected boolean hasChildren()
protected Collection<C> getChildren()
protected void setChildren(Collection<C> kids)
public void addConfiguration(CompoundConfiguration<C> config)
public void validate()
validate in class Configurationprotected void appendChildren(StringBuilder out, String childrenName, String childDelim)
public int hashCode()
hashCode in class Configurationpublic boolean equals(Object obj)
equals in class ConfigurationCopyright © 2002–2021 The Apache Software Foundation. All rights reserved.