public class DataEntryNameFilter extends Object implements DataEntryFilter
| Constructor and Description |
|---|
DataEntryNameFilter(StringMatcher stringMatcher)
Creates a new DataEntryNameFilter.
|
public DataEntryNameFilter(StringMatcher stringMatcher)
stringMatcher - the string matcher that will be applied to the names
of the filtered data entries.public boolean accepts(DataEntry dataEntry)
DataEntryFilteraccepts in interface DataEntryFilterdataEntry - the data entry to filter.Copyright © 2015. All Rights Reserved.