public class DataEntryClassInfoFilter extends java.lang.Object implements DataEntryFilter
Constructor and Description |
---|
DataEntryClassInfoFilter(ClassPool classPool,
java.lang.Object processingInfo)
Creates a new DataEntryClassInfoFilter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(DataEntry dataEntry)
Checks whether the filter accepts the given data entry.
|
public DataEntryClassInfoFilter(ClassPool classPool, java.lang.Object processingInfo)
classPool
- the class pool in which the data entry is searched.processingInfo
- the processing info that the found class should have.public boolean accepts(DataEntry dataEntry)
DataEntryFilter
accepts
in interface DataEntryFilter
dataEntry
- the data entry to filter.