|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hazelcast.config.ConfigXmlGenerator
public class ConfigXmlGenerator
The ConfigXmlGenerator is responsible for transforming a Config
to a Hazelcast XML string.
Constructor Summary | |
---|---|
ConfigXmlGenerator()
Creates a ConfigXmlGenerator that will format the code. |
|
ConfigXmlGenerator(boolean formatted)
Creates a ConfigXmlGenerator. |
Method Summary | |
---|---|
String |
generate(Config config)
Generates the XML string based on some Config. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigXmlGenerator()
public ConfigXmlGenerator(boolean formatted)
formatted
- true if the XML should be formatted, false otherwise.Method Detail |
---|
public String generate(Config config)
config
- the configuration.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |