| Modifier and Type | Class and Description |
|---|---|
class |
PlainTextFilter
Plain Text filter, processes text files encoded in ANSI, Unicode, UTF-8, UTF-16.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasePlainTextFilter
PlainTextFilter extracts lines of input text, separated by line terminators. |
| Modifier and Type | Class and Description |
|---|---|
class |
ParaPlainTextFilter
The filter breaks text into paragraphs and sends them as text units.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegexPlainTextFilter
PlainTextFilter extracts lines of input text, separated by line terminators. |
| Modifier and Type | Class and Description |
|---|---|
class |
SplicedLinesFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
TableFilter
Table filter, processes table-like files such as tab-delimited, CSV, fixed-width columns, etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTableFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
CommaSeparatedValuesFilter
Comma-Separated Values filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FixedWidthColumnsFilter
Fixed-Width Columns filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TabSeparatedValuesFilter
Tab-Separated Values filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLineFilter
Base class for the filters which input is processed line-upon-line.
|
class |
CompoundFilter |
| Modifier and Type | Method and Description |
|---|---|
protected <A extends AbstractBaseFilter> |
CompoundFilter.addSubFilter(Class<A> subFilterClass) |
Copyright © 2021. All rights reserved.