Uses of Class
org.apache.nutch.service.model.request.NutchConfig
-
Packages that use NutchConfig Package Description org.apache.nutch.service org.apache.nutch.service.impl org.apache.nutch.service.resources -
-
Uses of NutchConfig in org.apache.nutch.service
Methods in org.apache.nutch.service with parameters of type NutchConfig Modifier and Type Method Description String
ConfManager. create(NutchConfig nutchConfig)
-
Uses of NutchConfig in org.apache.nutch.service.impl
Methods in org.apache.nutch.service.impl with parameters of type NutchConfig Modifier and Type Method Description String
ConfManagerImpl. create(NutchConfig nutchConfig)
Created a new configuration based on the values provided. -
Uses of NutchConfig in org.apache.nutch.service.resources
Methods in org.apache.nutch.service.resources with parameters of type NutchConfig Modifier and Type Method Description javax.ws.rs.core.Response
ConfigResource. createConfig(NutchConfig newConfig)
Create new configuration.
-