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-file.public InputStream getIn()
public File getConfigurationFile()
public URL getConfigurationUrl()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.