Uses of Class
net.sf.okapi.common.filters.AbstractCompoundFilter
-
Packages that use AbstractCompoundFilter Package Description net.sf.okapi.common.filters Interfaces and base classes to implement filtersnet.sf.okapi.filters.plaintext net.sf.okapi.filters.table -
-
Uses of AbstractCompoundFilter in net.sf.okapi.common.filters
Methods in net.sf.okapi.common.filters that return AbstractCompoundFilter Modifier and Type Method Description protected AbstractCompoundFilterCompoundFilterParameters. getAbstractCompoundFilter()Constructors in net.sf.okapi.common.filters with parameters of type AbstractCompoundFilter Constructor Description CompoundFilterParameters(AbstractCompoundFilter parentFilter) -
Uses of AbstractCompoundFilter in net.sf.okapi.filters.plaintext
Subclasses of AbstractCompoundFilter in net.sf.okapi.filters.plaintext Modifier and Type Class Description classPlainTextFilterPlain Text filter, processes text files encoded in ANSI, Unicode, UTF-8, UTF-16.Constructors in net.sf.okapi.filters.plaintext with parameters of type AbstractCompoundFilter Constructor Description Parameters(AbstractCompoundFilter parentFilter) -
Uses of AbstractCompoundFilter in net.sf.okapi.filters.table
Subclasses of AbstractCompoundFilter in net.sf.okapi.filters.table Modifier and Type Class Description classTableFilterTable filter, processes table-like files such as tab-delimited, CSV, fixed-width columns, etc.Constructors in net.sf.okapi.filters.table with parameters of type AbstractCompoundFilter Constructor Description Parameters(AbstractCompoundFilter parentFilter)
-