public abstract class AbstractResource
extends java.lang.Object
NutchServer REST APIs.| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
activeConfId |
protected ConfManager |
configManager |
protected JobManager |
jobManager |
protected NutchServer |
server |
| Constructor and Description |
|---|
AbstractResource()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
throwBadRequestException(java.lang.String message)
Throws HTTP 400 Bad Request Exception with given message
|
protected ConfManager configManager
protected JobManager jobManager
protected java.lang.String activeConfId
protected NutchServer server
Copyright © 2019 The Apache Software Foundation