Package proguard.resources.file.visitor
Class ResourceJavaReferenceCollector
- java.lang.Object
-
- proguard.resources.file.visitor.ResourceJavaReferenceCollector
-
- All Implemented Interfaces:
DataEntryReader
public class ResourceJavaReferenceCollector extends java.lang.Object implements DataEntryReader
ThisDataEntryReadercollects the java references in a resource file and adds them to the references field.
-
-
Constructor Summary
Constructors Constructor Description ResourceJavaReferenceCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<ResourceJavaReference>getReferences()voidread(DataEntry dataEntry)Reads the given data entry.
-
-
-
Method Detail
-
getReferences
public java.util.Set<ResourceJavaReference> getReferences()
-
read
public void read(DataEntry dataEntry) throws java.io.IOException
Description copied from interface:DataEntryReaderReads the given data entry.- Specified by:
readin interfaceDataEntryReader- Throws:
java.io.IOException
-
-