public class RAMConfManager extends Object implements ConfManager
Constructor and Description |
---|
RAMConfManager() |
public Set<String> list()
list
in interface ConfManager
public Configuration get(String confId)
get
in interface ConfManager
public Map<String,String> getAsMap(String confId)
getAsMap
in interface ConfManager
public void setProperty(String confId, String propName, String propValue)
setProperty
in interface ConfManager
public void delete(String confId)
delete
in interface ConfManager
public String create(NutchConfig nutchConfig)
create
in interface ConfManager
Copyright © 2015 The Apache Software Foundation