Public Member Functions | |
ConfigurationSet (String confKey) | |
void | setChildrenValue (Path path, String element, String name, List< String > values) |
void | setChildrenValues (Path path, String element, String name[], List< String[]> values) |
void | setNodeValue (Path path, String name, String value) |
List< String > | getChildrenValue (Path path, String element, String name) |
List< String[]> | getChildrenValues (Path path, String element, String names[]) |
String | getNodeValue (Path path, String name) |
Document | getDocument () |
void | setDocument (Document doc) |
Definition at line 39 of file ConfigurationSet.java.
org.turro.configuration.ConfigurationSet.ConfigurationSet | ( | String | confKey | ) |
Definition at line 46 of file ConfigurationSet.java.
List<String> org.turro.configuration.ConfigurationSet.getChildrenValue | ( | Path | path, |
String | element, | ||
String | name | ||
) |
Definition at line 83 of file ConfigurationSet.java.
List<String[]> org.turro.configuration.ConfigurationSet.getChildrenValues | ( | Path | path, |
String | element, | ||
String | names[] | ||
) |
Definition at line 94 of file ConfigurationSet.java.
Document org.turro.configuration.ConfigurationSet.getDocument | ( | ) |
Definition at line 116 of file ConfigurationSet.java.
String org.turro.configuration.ConfigurationSet.getNodeValue | ( | Path | path, |
String | name | ||
) |
Definition at line 105 of file ConfigurationSet.java.
void org.turro.configuration.ConfigurationSet.setChildrenValue | ( | Path | path, |
String | element, | ||
String | name, | ||
List< String > | values | ||
) |
Definition at line 50 of file ConfigurationSet.java.
void org.turro.configuration.ConfigurationSet.setChildrenValues | ( | Path | path, |
String | element, | ||
String | name[], | ||
List< String[]> | values | ||
) |
Definition at line 61 of file ConfigurationSet.java.
void org.turro.configuration.ConfigurationSet.setDocument | ( | Document | doc | ) |
Definition at line 121 of file ConfigurationSet.java.
void org.turro.configuration.ConfigurationSet.setNodeValue | ( | Path | path, |
String | name, | ||
String | value | ||
) |
Definition at line 72 of file ConfigurationSet.java.