net.spy.memcached.vbucket.config
Class DefaultConfigFactory
java.lang.Object
net.spy.memcached.vbucket.config.DefaultConfigFactory
- All Implemented Interfaces:
- ConfigFactory
public class DefaultConfigFactory
- extends Object
- implements ConfigFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultConfigFactory
public DefaultConfigFactory()
create
public Config create(File filename)
- Specified by:
create in interface ConfigFactory
create
public Config create(String data)
- Specified by:
create in interface ConfigFactory
create
public Config create(org.codehaus.jettison.json.JSONObject jsonObject)
- Specified by:
create in interface ConfigFactory