Package org.apache.nutch.service
Interface ConfManager
-
- All Known Implementing Classes:
ConfManagerImpl
public interface ConfManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
create(NutchConfig nutchConfig)
void
delete(String confId)
Configuration
get(String confId)
Map<String,String>
getAsMap(String confId)
Set<String>
list()
void
setProperty(String confId, String propName, String propValue)
-