public static final class TableProcessor.Input
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
MfClientHttpRequestFactory |
clientHttpRequestFactory
A factory for making http requests.
|
TableAttribute.TableAttributeValue |
table
Data for constructing the table Datasource.
|
Template |
template
The template containing this table processor.
|
java.io.File |
tempTaskDirectory
The directory to write the generated table to (if dynamic).
|
| Constructor and Description |
|---|
TableProcessor.Input() |
public MfClientHttpRequestFactory clientHttpRequestFactory
public java.io.File tempTaskDirectory
public Template template
public TableAttribute.TableAttributeValue table