程序包 proguard.io
接口 DataEntryFilter
-
- 所有已知实现类:
DataEntryClassInfoFilter,DataEntryDirectoryFilter,DataEntryNameFilter,DataEntryParentFilter,ProcessingFlagDataEntryFilter
public interface DataEntryFilterThis interface provides a method to filter data entries.
-
-
方法详细资料
-
accepts
boolean accepts(DataEntry dataEntry)
Checks whether the filter accepts the given data entry.- 参数:
dataEntry- the data entry to filter.- 返回:
- a boolean indicating whether the filter accepts the given data entry.
-
-