public interface ConfManager
Modifier and Type | Method and 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) |
Copyright © 2021 The Apache Software Foundation