public class SimpleExportFilter extends Object implements ExportFilter
Modifier and Type | Field and Description |
---|---|
static SimpleExportFilter |
INSTANCE |
Constructor and Description |
---|
SimpleExportFilter() |
Modifier and Type | Method and Description |
---|---|
List<Column> |
filterColumns(List<Column> columns)
The columns that should be used to create the exported file.
|
Object[] |
filterRow(Object[] row)
The desired values for the row.
|
public static final SimpleExportFilter INSTANCE
public List<Column> filterColumns(List<Column> columns) throws IOException
ExportFilter
filterColumns
in interface ExportFilter
columns
- the columns as determined by the export code, may be directly
modified and returnedIOException
public Object[] filterRow(Object[] row) throws IOException
ExportFilter
filterRow
in interface ExportFilter
row
- the row data as determined by the import code, may be directly
modifiednull
, the row will be skippedIOException
Copyright © 2005–2018. All rights reserved.