public abstract class AbstractProcessor extends Object implements Processor
| Constructor and Description |
|---|
AbstractProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Report |
getReport()
Returns the report of the processor after processing is done, with possible warnings and errors.
|
void |
setContainers(ContainerUnloader[] containers)
Sets the data containers.
|
void |
setProgressTicket(ProgressTicket progressTicket)
Sets the progress ticket.
|
void |
setWorkspace(Workspace workspace)
Sets the destination workspace for the data in the containers.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDisplayName, processpublic void setWorkspace(Workspace workspace)
ProcessorsetWorkspace in interface Processorworkspace - the workspace where data are to be pushedpublic void setContainers(ContainerUnloader[] containers)
ProcessorsetContainers in interface Processorcontainers - the containers where data arepublic void setProgressTicket(ProgressTicket progressTicket)
ProcessorsetProgressTicket in interface ProcessorprogressTicket - progress ticketCopyright © 2007–2017. All rights reserved.