|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.config.AbstractXmlConfigHelper
com.hazelcast.config.XmlConfigBuilder
public class XmlConfigBuilder
A XML ConfigBuilder implementation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.hazelcast.config.AbstractXmlConfigHelper |
|---|
AbstractXmlConfigHelper.IterableNodeList |
| Field Summary |
|---|
| Fields inherited from class com.hazelcast.config.AbstractXmlConfigHelper |
|---|
domLevel3 |
| Constructor Summary | |
|---|---|
XmlConfigBuilder()
Constructs a XmlConfigBuilder that tries to find a usable XML configuration file. |
|
XmlConfigBuilder(InputStream inputStream)
Constructs a XmlConfigBuilder that reads from the given InputStream. |
|
XmlConfigBuilder(String xmlFileName)
Constructs a XmlConfigBuilder that reads from the provided file. |
|
| Method Summary | |
|---|---|
Config |
build()
Builds Config object. |
Properties |
getProperties()
Gets the current used properties. |
XmlConfigBuilder |
setProperties(Properties properties)
Sets the used properties. |
| Methods inherited from class com.hazelcast.config.AbstractXmlConfigHelper |
|---|
appendToken, checkTrue, cleanNodeName, cleanNodeName, fillDataSerializableFactories, fillPortableFactories, fillProperties, fillSerializers, getAttribute, getIntegerValue, getTextContent, hasTextContent, parseSerialization, parseSocketInterceptorConfig, xmlToJavaName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlConfigBuilder(String xmlFileName)
throws FileNotFoundException
xmlFileName - the name of the XML file
FileNotFoundException - if the file can't be found.public XmlConfigBuilder(InputStream inputStream)
inputStream - the InputStream containing the XML configuration.
IllegalArgumentException - if inputStream is null.public XmlConfigBuilder()
| Method Detail |
|---|
public Properties getProperties()
setProperties(java.util.Properties)public XmlConfigBuilder setProperties(Properties properties)
properties - the new properties.
public Config build()
ConfigBuilder
build in interface ConfigBuilder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||