Package proguard.resources.file.util
Class ResourceFilePoolNameFunction
java.lang.Object
proguard.resources.file.util.FilePoolNameFunction
proguard.resources.file.util.ResourceFilePoolNameFunction
- All Implemented Interfaces:
StringFunction
Deprecated.
This
StringFunction maps resource file names on their (obfuscated) resource file name, as
present on the ResourceFile object in the given resource file pool.-
Field Summary
Fields inherited from interface proguard.util.StringFunction
IDENTITY_FUNCTION -
Constructor Summary
ConstructorsConstructorDescriptionResourceFilePoolNameFunction(ResourceFilePool resourceFilePool) Deprecated.Creates a new ResourceFilePoolNameFunction based on the given resource file pool. -
Method Summary
Methods inherited from class proguard.resources.file.util.FilePoolNameFunction
transform
-
Constructor Details
-
ResourceFilePoolNameFunction
Deprecated.Creates a new ResourceFilePoolNameFunction based on the given resource file pool.
-