|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.configuration.tree.DefaultConfigurationNode
org.apache.commons.configuration.HierarchicalConfiguration.Node
org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
org.apache.commons.configuration.plist.XMLPropertyListConfiguration.ArrayNode
public static class XMLPropertyListConfiguration.ArrayNode
Container for array elements. Do not use this class ! It is used internally by XMLPropertyConfiguration to parse the configuration file, it may be removed at any moment in the future.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.commons.configuration.tree.DefaultConfigurationNode |
|---|
DefaultConfigurationNode.SubNodes |
| Constructor Summary | |
|---|---|
XMLPropertyListConfiguration.ArrayNode()
|
|
| Method Summary | |
|---|---|
void |
addValue(java.lang.Object value)
Add an object to the array. |
java.lang.Object |
getValue()
Return the list of values in the array. |
| Methods inherited from class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode |
|---|
addDataValue, addDateValue, addFalseValue, addIntegerValue, addList, addRealValue, addTrueValue |
| Methods inherited from class org.apache.commons.configuration.HierarchicalConfiguration.Node |
|---|
addChild, getParent, hasChildren, remove, remove, setParent, visit |
| Methods inherited from class org.apache.commons.configuration.tree.DefaultConfigurationNode |
|---|
addAttribute, addChild, checkState, clone, createSubNodes, getAttribute, getAttributeCount, getAttributeCount, getAttributes, getAttributes, getChild, getChildren, getChildren, getChildrenCount, getChildrenCount, getName, getParentNode, getReference, isAttribute, isDefined, removeAttribute, removeAttribute, removeAttributes, removeChild, removeChild, removeChildren, removeReference, setAttribute, setName, setParentNode, setReference, setValue, visit |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLPropertyListConfiguration.ArrayNode()
| Method Detail |
|---|
public void addValue(java.lang.Object value)
addValue in class XMLPropertyListConfiguration.PListNodevalue - the value to be addedpublic java.lang.Object getValue()
getValue in interface ConfigurationNodegetValue in class DefaultConfigurationNodeList of values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||