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
ThisDataEntryReader
collects 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()
void
read(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:DataEntryReader
Reads the given data entry.- Specified by:
read
in interfaceDataEntryReader
- Throws:
java.io.IOException
-
-