|
||||||||||
| 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
public static class XMLPropertyListConfiguration.PListNode
Node extension with addXXX methods to parse the typed data passed by Digester. 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.PListNode()
|
|
| Method Summary | |
|---|---|
void |
addDataValue(String value)
Parse the specified string as a byte array in base 64 format and add it to the values of the node. |
void |
addDateValue(String value)
Parse the specified string as a date and add it to the values of the node. |
void |
addFalseValue()
Add a boolean value 'false' to the values of the node. |
void |
addIntegerValue(String value)
Parse the specified string as an Interger and add it to the values of the node. |
void |
addList(XMLPropertyListConfiguration.ArrayNode node)
Add a sublist to the values of the node. |
void |
addRealValue(String value)
Parse the specified string as a Double and add it to the values of the node. |
void |
addTrueValue()
Add a boolean value 'true' to the values of the node. |
void |
addValue(Object value)
Update the value of the node. |
| 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, getValue, 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.PListNode()
| Method Detail |
|---|
public void addValue(Object value)
value - the value to be addedpublic void addDateValue(String value)
value - the value to be addedpublic void addDataValue(String value)
value - the value to be addedpublic void addIntegerValue(String value)
value - the value to be addedpublic void addRealValue(String value)
value - the value to be addedpublic void addTrueValue()
public void addFalseValue()
public void addList(XMLPropertyListConfiguration.ArrayNode node)
node - the node whose value will be added to the current node value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||