public abstract class CrawlingContext
extends java.lang.Object
Constructor and Description |
---|
CrawlingContext(TaskContext taskContext,
boolean normalize) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataSource() |
java.lang.String |
getJobRunId() |
PropertyNameMapper |
getMapper() |
protected long |
getNonNegativeParameter(AnyMap taskParameters,
java.lang.String parameterName,
long defaultValue) |
TaskContext |
getTaskContext() |
public CrawlingContext(TaskContext taskContext, boolean normalize)
public TaskContext getTaskContext()
public java.lang.String getJobRunId()
public java.lang.String getDataSource()
public PropertyNameMapper getMapper()
protected long getNonNegativeParameter(AnyMap taskParameters, java.lang.String parameterName, long defaultValue)