public class NameFilteredDataEntryWriter extends FilteredDataEntryWriter
| Constructor and Description |
|---|
NameFilteredDataEntryWriter(List regularExpressions,
DataEntryWriter acceptedDataEntryWriter)
Creates a new NameFilteredDataEntryWriter that delegates to the given
writer, depending on the given list of filters.
|
NameFilteredDataEntryWriter(List regularExpressions,
DataEntryWriter acceptedDataEntryWriter,
DataEntryWriter rejectedDataEntryWriter)
Creates a new NameFilteredDataEntryWriter that delegates to either of
the two given writers, depending on the given list of filters.
|
NameFilteredDataEntryWriter(String regularExpression,
DataEntryWriter acceptedDataEntryWriter)
Creates a new NameFilteredDataEntryWriter that delegates to the given
writer, depending on the given list of filters.
|
NameFilteredDataEntryWriter(String regularExpression,
DataEntryWriter acceptedDataEntryWriter,
DataEntryWriter rejectedDataEntryWriter)
Creates a new NameFilteredDataEntryWriter that delegates to either of
the two given writers, depending on the given list of filters.
|
NameFilteredDataEntryWriter(StringMatcher stringMatcher,
DataEntryWriter acceptedDataEntryWriter)
Creates a new NameFilteredDataEntryWriter that delegates to the given
writer, depending on the given string matcher.
|
NameFilteredDataEntryWriter(StringMatcher stringMatcher,
DataEntryWriter acceptedDataEntryWriter,
DataEntryWriter rejectedDataEntryWriter)
Creates a new NameFilteredDataEntryWriter that delegates to either of
the two given writers, depending on the given string matcher.
|
close, createDirectory, createOutputStream, println, sameOutputStreampublic NameFilteredDataEntryWriter(String regularExpression, DataEntryWriter acceptedDataEntryWriter)
public NameFilteredDataEntryWriter(String regularExpression, DataEntryWriter acceptedDataEntryWriter, DataEntryWriter rejectedDataEntryWriter)
public NameFilteredDataEntryWriter(List regularExpressions, DataEntryWriter acceptedDataEntryWriter)
public NameFilteredDataEntryWriter(List regularExpressions, DataEntryWriter acceptedDataEntryWriter, DataEntryWriter rejectedDataEntryWriter)
public NameFilteredDataEntryWriter(StringMatcher stringMatcher, DataEntryWriter acceptedDataEntryWriter)
public NameFilteredDataEntryWriter(StringMatcher stringMatcher, DataEntryWriter acceptedDataEntryWriter, DataEntryWriter rejectedDataEntryWriter)
Copyright © 2019. All rights reserved.