public static class XMLPropertyListConfiguration.PListNode extends HierarchicalConfiguration.Node
DefaultConfigurationNode.SubNodes
Modifier and Type | Field and Description |
---|---|
private static java.text.DateFormat |
format
The standard format of dates in plist files.
|
private static long |
serialVersionUID
The serial version UID.
|
Constructor and Description |
---|
XMLPropertyListConfiguration.PListNode() |
Modifier and Type | Method and Description |
---|---|
void |
addDataValue(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.Object value)
Update the value of the node.
|
addChild, getParent, hasChildren, remove, remove, setParent, visit
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
private static final long serialVersionUID
private static java.text.DateFormat format
public XMLPropertyListConfiguration.PListNode()
public void addValue(java.lang.Object value)
value
- the value to be addedpublic void addDateValue(java.lang.String value)
value
- the value to be addedpublic void addDataValue(java.lang.String value)
value
- the value to be addedpublic void addIntegerValue(java.lang.String value)
value
- the value to be addedpublic void addRealValue(java.lang.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