public class NameFilter extends FilteredDataEntryReader
| Constructor and Description |
|---|
NameFilter(List regularExpressions,
DataEntryReader acceptedDataEntryReader)
Creates a new NameFilter that delegates to the given reader, depending
on the given list of filters.
|
NameFilter(List regularExpressions,
DataEntryReader acceptedDataEntryReader,
DataEntryReader rejectedDataEntryReader)
Creates a new NameFilter that delegates to either of the two given
readers, depending on the given list of filters.
|
NameFilter(String regularExpression,
DataEntryReader acceptedDataEntryReader)
Creates a new NameFilter that delegates to the given reader, depending
on the given list of filters.
|
NameFilter(String regularExpression,
DataEntryReader acceptedDataEntryReader,
DataEntryReader rejectedDataEntryReader)
Creates a new NameFilter that delegates to either of the two given
readers, depending on the given list of filters.
|
public NameFilter(String regularExpression, DataEntryReader acceptedDataEntryReader)
public NameFilter(String regularExpression, DataEntryReader acceptedDataEntryReader, DataEntryReader rejectedDataEntryReader)
public NameFilter(List regularExpressions, DataEntryReader acceptedDataEntryReader)
public NameFilter(List regularExpressions, DataEntryReader acceptedDataEntryReader, DataEntryReader rejectedDataEntryReader)
Copyright © 2015. All Rights Reserved.