org.apache.commons.configuration.plist
public static class XMLPropertyListConfiguration.PListNode extends Node
Field Summary | |
---|---|
static DateFormat | format The standard format of dates in plist files. |
static long | serialVersionUID
The serial version UID. |
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. |
Parameters: value the value to be added
Parameters: value the value to be added
Parameters: value the value to be added
Parameters: node the node whose value will be added to the current node value
Parameters: value the value to be added
Parameters: value the value to be added