public class ResourceJavaReferenceCollector extends java.lang.Object implements DataEntryReader
DataEntryReader collects the java references in a resource file and adds them to the references field.| Constructor and Description |
|---|
ResourceJavaReferenceCollector() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ResourceJavaReference> |
getReferences() |
void |
read(DataEntry dataEntry)
Reads the given data entry.
|
public java.util.Set<ResourceJavaReference> getReferences()
public void read(DataEntry dataEntry) throws java.io.IOException
DataEntryReaderread in interface DataEntryReaderjava.io.IOException