T
- as Output type Record for the Reportpublic abstract class AbstractReporter<T> extends Object implements Reporter<T>
Process.Event, Process.EventPoint
Modifier and Type | Field and Description |
---|---|
protected List<String> |
columnNames
Display names of the Columns in the report for each field in T
|
protected Object[] |
params
Deprecated.
use real arguments instead where possible. Only provided if we want to pre-configure some params or test
|
protected org.apache.commons.collections.Transformer |
recordTransformer
Provide an optional; transformation over the generated records
|
Constructor and Description |
---|
AbstractReporter() |
AbstractReporter(Reporter reporter) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getColumnNames()
Display names of the Columns in the report for each field in T
|
Object[] |
getParams()
Deprecated.
use real arguments instead where possible. Only provided if we want to pre-configure some params or test
|
org.apache.commons.collections.Transformer |
getRecordTransformer()
Provide an optional; transformation over the generated records
|
void |
setColumnNames(List<String> columnNames)
Display names of the Columns in the report for each field in T
|
void |
setParams(Object[] params)
Deprecated.
use real arguments instead where possible. Only provided if we want to pre-configure some params or test
|
void |
setRecordTransformer(org.apache.commons.collections.Transformer recordTransformer)
Provide an optional; transformation over the generated records
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCount, getReport, getReporterMeta
@Deprecated protected Object[] params
protected List<String> columnNames
protected transient org.apache.commons.collections.Transformer recordTransformer
public AbstractReporter()
public AbstractReporter(Reporter reporter)
public List<String> getColumnNames()
getColumnNames
in interface Reporter<T>
public void setColumnNames(List<String> columnNames)
setColumnNames
in interface Reporter<T>
public org.apache.commons.collections.Transformer getRecordTransformer()
getRecordTransformer
in interface Reporter<T>
public void setRecordTransformer(org.apache.commons.collections.Transformer recordTransformer)
setRecordTransformer
in interface Reporter<T>
@Deprecated public Object[] getParams()
@Deprecated public void setParams(Object[] params)
Copyright © 2018. All rights reserved.