Package proguard.resources.file.visitor
package proguard.resources.file.visitor
-
ClassDescriptionThis
ResourceFileVisitordelegates all visits to allResourceFileVisitorinstances in the given list.Delegates to anotherResourceFileVisitor, but only if the visited file's name matches a given filter.Adds all visited resource files to a given resource file pool.ThisResourceFileVisitordelegates its visits to one of twoResourceFileVisitorinstances, depending on whether the name of the visited resource file is present in a givenFilePoolor not.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.This interface specifies the methods for a visitor of ResourceFile instances.ThisResourceFileVisitorinitializes the class references from non-binary resources files with the corresponding classes from the program class pool.Removes anyResourceJavaReferences from resource files for which no class reference was found.ThisDataEntryReadercollects the java references in a resource file and adds them to the references field.