public class ChunkContext
extends org.springframework.core.AttributeAccessorSupport
Constructor and Description |
---|
ChunkContext(StepContext stepContext) |
Modifier and Type | Method and Description |
---|---|
StepContext |
getStepContext() |
boolean |
isComplete() |
void |
setComplete()
Setter for the flag to signal complete processing of a chunk.
|
java.lang.String |
toString() |
public ChunkContext(StepContext stepContext)
stepContext
- the current step contextpublic StepContext getStepContext()
public boolean isComplete()
public void setComplete()
public java.lang.String toString()
toString
in class java.lang.Object