public static final class ConfigXmlGenerator.XmlGenerator extends Object
StringBuilder
.Constructor and Description |
---|
XmlGenerator(StringBuilder xml) |
Modifier and Type | Method and Description |
---|---|
ConfigXmlGenerator.XmlGenerator |
appendLabels(Set<String> labels) |
ConfigXmlGenerator.XmlGenerator |
appendProperties(Map<String,? extends Comparable> props) |
ConfigXmlGenerator.XmlGenerator |
appendProperties(Properties props) |
ConfigXmlGenerator.XmlGenerator |
close() |
ConfigXmlGenerator.XmlGenerator |
node(String name,
Object contents,
Object... attributes) |
ConfigXmlGenerator.XmlGenerator |
nodeIfContents(String name,
Object contents,
Object... attributes) |
ConfigXmlGenerator.XmlGenerator |
open(String name,
Object... attributes) |
public XmlGenerator(StringBuilder xml)
public ConfigXmlGenerator.XmlGenerator open(String name, Object... attributes)
public ConfigXmlGenerator.XmlGenerator node(String name, Object contents, Object... attributes)
public ConfigXmlGenerator.XmlGenerator nodeIfContents(String name, Object contents, Object... attributes)
public ConfigXmlGenerator.XmlGenerator close()
public ConfigXmlGenerator.XmlGenerator appendLabels(Set<String> labels)
public ConfigXmlGenerator.XmlGenerator appendProperties(Properties props)
public ConfigXmlGenerator.XmlGenerator appendProperties(Map<String,? extends Comparable> props)
Copyright © 2023 Hazelcast, Inc.. All rights reserved.