com.hazelcast.config
Class XmlConfigLocator
java.lang.Object
com.hazelcast.config.XmlConfigLocator
public class XmlConfigLocator
- extends Object
Support class for the XmlConfigBuilder
that locates the XML configuration:
- system property
- working directory
- classpath
- default
Constructor Summary |
XmlConfigLocator()
Constructs a XmlConfigLocator that tries to find a usable XML configuration file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlConfigLocator
public XmlConfigLocator()
- Constructs a XmlConfigLocator that tries to find a usable XML configuration file.
- Throws:
HazelcastException
- if there was a problem locating the config-file.
getIn
public InputStream getIn()
getConfigurationFile
public File getConfigurationFile()
getConfigurationUrl
public URL getConfigurationUrl()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.