Package proguard.io
Class DataEntryNameFilter
java.lang.Object
proguard.io.DataEntryNameFilter
- All Implemented Interfaces:
DataEntryFilter
This
DataEntryFilter filters data entries based on whether their names match a given
StringMatcher.-
Constructor Summary
ConstructorsConstructorDescriptionDataEntryNameFilter(StringMatcher stringMatcher) Creates a new DataEntryNameFilter. -
Method Summary
-
Constructor Details
-
DataEntryNameFilter
Creates a new DataEntryNameFilter.- Parameters:
stringMatcher- the string matcher that will be applied to the names of the filtered data entries.
-
-
Method Details
-
accepts
Description copied from interface:DataEntryFilterChecks whether the filter accepts the given data entry.- Specified by:
acceptsin interfaceDataEntryFilter- Parameters:
dataEntry- the data entry to filter.- Returns:
- a boolean indicating whether the filter accepts the given data entry.
-