See: Description
Interface | Description |
---|---|
ResourceFileVisitor |
This interface specifies the methods for a visitor of ResourceFile instances.
|
Class | Description |
---|---|
MultiResourceFileVisitor |
This
ResourceFileVisitor delegates all visits to all ResourceFileVisitor
instances in the given list. |
ResourceFileNameFilter |
Delegates to another
ResourceFileVisitor , but only if the visited file's name matches a given filter. |
ResourceFilePoolFiller |
Adds all visited resource files to a given resource file pool.
|
ResourceFilePresenceFilter |
This
ResourceFileVisitor delegates its visits to one of two
ResourceFileVisitor instances, depending on whether the name of
the visited resource file is present in a given FilePool or not. |
ResourceFileProcessingFlagFilter |
This ResourceFileVisitor delegates all its visits to a given delegate visitor, but only of the processing flags of
the visited resource file match the given processing flag requirements.
|
ResourceJavaReferenceClassInitializer |
This
ResourceFileVisitor initializes the class references from
non-binary resources files with the corresponding classes from the program
class pool. |
ResourceJavaReferenceCollector |
This
DataEntryReader collects the java references in a resource file and adds them to the references field. |