ProGuard

proguard.io
Interface DataEntryFilter

All Known Implementing Classes:
DataEntryNameFilter, DataEntryParentFilter

public interface DataEntryFilter

This interface provides a method to filter data entries.


Method Summary
 boolean accepts(DataEntry dataEntry)
          Checks whether the filter accepts the given data entry.
 

Method Detail

accepts

public boolean accepts(DataEntry dataEntry)
Checks whether the filter accepts the given data entry.

Parameters:
dataEntry - the data entry to filter.
Returns:
a boolean indicating whether the filter accepts the given data entry.

ProGuard