|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.io.DataEntryNameFilter
public class DataEntryNameFilter
This DataEntryFilter filters data entries based on whether their names match a given StringMatcher.
| Constructor Summary | |
|---|---|
DataEntryNameFilter(StringMatcher stringMatcher)
Creates a new DataEntryNameFilter. |
|
| Method Summary | |
|---|---|
boolean |
accepts(DataEntry dataEntry)
Checks whether the filter accepts the given data entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataEntryNameFilter(StringMatcher stringMatcher)
stringMatcher - the string matcher that will be applied to the names
of the filtered data entries.| Method Detail |
|---|
public boolean accepts(DataEntry dataEntry)
DataEntryFilter
accepts in interface DataEntryFilterdataEntry - the data entry to filter.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||