public class NameFilteredDataEntryReader extends FilteredDataEntryReader
DataEntryReader
delegates to one of two other DataEntryReader
instances,
depending on the name of the data entry.Constructor and Description |
---|
NameFilteredDataEntryReader(java.util.List regularExpressions,
DataEntryReader acceptedDataEntryReader)
Creates a new NameFilteredDataEntryReader that delegates to the given reader, depending on the
given list of filters.
|
NameFilteredDataEntryReader(java.util.List regularExpressions,
DataEntryReader acceptedDataEntryReader,
DataEntryReader rejectedDataEntryReader)
Creates a new NameFilteredDataEntryReader that delegates to either of the two given readers,
depending on the given list of filters.
|
NameFilteredDataEntryReader(java.lang.String regularExpression,
DataEntryReader acceptedDataEntryReader)
Creates a new NameFilteredDataEntryReader that delegates to the given reader, depending on the
given list of filters.
|
NameFilteredDataEntryReader(java.lang.String regularExpression,
DataEntryReader acceptedDataEntryReader,
DataEntryReader rejectedDataEntryReader)
Creates a new NameFilteredDataEntryReader that delegates to either of the two given readers,
depending on the given list of filters.
|
NameFilteredDataEntryReader(StringMatcher stringMatcher,
DataEntryReader acceptedDataEntryReader)
Creates a new NameFilteredDataEntryReader that delegates to the given reader, depending on the
given string matcher.
|
NameFilteredDataEntryReader(StringMatcher stringMatcher,
DataEntryReader acceptedDataEntryReader,
DataEntryReader rejectedDataEntryReader)
Creates a new NameFilteredDataEntryReader that delegates to either of the two given readers,
depending on the given string matcher.
|
read
public NameFilteredDataEntryReader(java.lang.String regularExpression, DataEntryReader acceptedDataEntryReader)
public NameFilteredDataEntryReader(java.lang.String regularExpression, DataEntryReader acceptedDataEntryReader, DataEntryReader rejectedDataEntryReader)
public NameFilteredDataEntryReader(java.util.List regularExpressions, DataEntryReader acceptedDataEntryReader)
public NameFilteredDataEntryReader(java.util.List regularExpressions, DataEntryReader acceptedDataEntryReader, DataEntryReader rejectedDataEntryReader)
public NameFilteredDataEntryReader(StringMatcher stringMatcher, DataEntryReader acceptedDataEntryReader)
public NameFilteredDataEntryReader(StringMatcher stringMatcher, DataEntryReader acceptedDataEntryReader, DataEntryReader rejectedDataEntryReader)