Package com.hazelcast.config
Class ConfigXmlGenerator.XmlGenerator
java.lang.Object
com.hazelcast.config.ConfigXmlGenerator.XmlGenerator
- Enclosing class:
- ConfigXmlGenerator
Utility class to build xml using a
StringBuilder
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappendLabels
(Set<String> labels) appendProperties
(Map<String, ? extends Comparable> props) appendProperties
(Properties props) close()
nodeIfContents
(String name, Object contents, Object... attributes)
-
Constructor Details
-
XmlGenerator
-
-
Method Details
-
open
-
node
-
nodeIfContents
public ConfigXmlGenerator.XmlGenerator nodeIfContents(String name, Object contents, Object... attributes) -
close
-
appendLabels
-
appendProperties
-
appendProperties
-