M - The Main Arguments type.Anonymizer, SeparatorConverterpublic abstract class AbstractFilter<M extends AbstractFilter.BaseMainArgs>
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AbstractFilter.BaseMainArgs |
| Modifier and Type | Field | Description |
|---|---|---|
protected static java.lang.String |
COLUMNS |
|
protected M |
margs |
| Modifier | Constructor | Description |
|---|---|---|
protected |
AbstractFilter(M margs) |
| Modifier and Type | Method | Description |
|---|---|---|
protected static void |
addSpecificBaseOptions(org.apache.commons.cli.Options options) |
|
protected static void |
analyze(org.apache.commons.cli.CommandLine cl,
AbstractFilter.BaseMainArgs margs) |
|
protected java.io.Reader |
getInputReader() |
|
protected java.io.Writer |
getOutputWriter() |
protected final M extends AbstractFilter.BaseMainArgs margs
protected static final java.lang.String COLUMNS
protected AbstractFilter(M margs)
protected java.io.Reader getInputReader()
throws java.io.IOException
java.io.IOExceptionprotected java.io.Writer getOutputWriter()
throws java.io.IOException
java.io.IOExceptionprotected static void addSpecificBaseOptions(org.apache.commons.cli.Options options)
protected static void analyze(org.apache.commons.cli.CommandLine cl,
AbstractFilter.BaseMainArgs margs)
throws org.apache.commons.cli.ParseException
org.apache.commons.cli.ParseExceptionCopyright © 2019. All rights reserved.