程序包 proguard.io
类 DataEntryClassInfoFilter
- java.lang.Object
-
- proguard.io.DataEntryClassInfoFilter
-
- 所有已实现的接口:
DataEntryFilter
public class DataEntryClassInfoFilter extends java.lang.Object implements DataEntryFilter
This DataEntryFilter filters data entries based on whether they correspond to classes in a given class pool that have a given processing info.
-
-
构造器概要
构造器 构造器 说明 DataEntryClassInfoFilter(ClassPool classPool, java.lang.Object processingInfo)Creates a new DataEntryClassInfoFilter.
-
-
-
构造器详细资料
-
DataEntryClassInfoFilter
public DataEntryClassInfoFilter(ClassPool classPool, java.lang.Object processingInfo)
Creates a new DataEntryClassInfoFilter.- 参数:
classPool- the class pool in which the data entry is searched.processingInfo- the processing info that the found class should have.
-
-
方法详细资料
-
accepts
public boolean accepts(DataEntry dataEntry)
从接口复制的说明:DataEntryFilterChecks whether the filter accepts the given data entry.- 指定者:
accepts在接口中DataEntryFilter- 参数:
dataEntry- the data entry to filter.- 返回:
- a boolean indicating whether the filter accepts the given data entry.
-
-