com.hazelcast.config
Class ConfigLoader

java.lang.Object
  extended by com.hazelcast.config.ConfigLoader

public final class ConfigLoader
extends Object

Provides loading service for a configuration.


Method Summary
static Config load(String path)
           
static URL locateConfig(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public static Config load(String path)
                   throws IOException
Throws:
IOException

locateConfig

public static URL locateConfig(String path)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.