public class XmlConfigBuilder extends AbstractXmlConfigHelper implements ConfigBuilder
AbstractXmlConfigHelper.IterableNodeList| Constructor and Description |
|---|
XmlConfigBuilder() |
XmlConfigBuilder(InputStream inputStream) |
XmlConfigBuilder(String xmlFileName) |
| Modifier and Type | Method and Description |
|---|---|
Config |
build()
Builds Config object.
|
Config |
build(Config config) |
Config |
build(Element element) |
protected String |
getTextContent(Node node) |
appendToken, checkTrue, cleanNodeName, cleanNodeName, getTextContent2, getTextContent2, getValue, hasTextContent, xmlToJavaNamepublic XmlConfigBuilder(String xmlFileName) throws FileNotFoundException
FileNotFoundExceptionpublic XmlConfigBuilder(InputStream inputStream)
public XmlConfigBuilder()
public Config build()
ConfigBuilderbuild in interface ConfigBuilderprotected String getTextContent(Node node)
getTextContent in class AbstractXmlConfigHelperCopyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.