public interface ConfigFactory
Modifier and Type | Method and Description |
---|---|
Config |
create(java.io.File file) |
Config |
create(org.codehaus.jettison.json.JSONObject jsonObject) |
Config |
create(org.codehaus.jettison.json.JSONObject jsonObject,
Config oldConfig) |
Config |
create(java.lang.String data) |
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.