net.spy.memcached.vbucket.config
Class DefaultConfigFactory

java.lang.Object
  extended by net.spy.memcached.vbucket.config.DefaultConfigFactory
All Implemented Interfaces:
ConfigFactory

public class DefaultConfigFactory
extends Object
implements ConfigFactory


Constructor Summary
DefaultConfigFactory()
           
 
Method Summary
 Config create(File filename)
           
 Config create(org.codehaus.jettison.json.JSONObject jsonObject)
           
 Config create(String data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConfigFactory

public DefaultConfigFactory()
Method Detail

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