public class XmlConfigLocator extends Object
XmlConfigBuilder that locates the XML configuration:
 | Constructor and Description | 
|---|
XmlConfigLocator()
Constructs a XmlConfigLocator that tries to find a usable XML configuration file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
File | 
getConfigurationFile()  | 
URL | 
getConfigurationUrl()  | 
InputStream | 
getIn()  | 
public XmlConfigLocator()
HazelcastException - if there was a problem locating the config-filepublic InputStream getIn()
public File getConfigurationFile()
public URL getConfigurationUrl()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.