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 public class ResourceFilePoolNameFunction extends FilePoolNameFunction
Deprecated.ThisStringFunction
maps resource file names on their (obfuscated) resource file name, as present on theResourceFile
object in the given resource file pool.
-
-
Field Summary
-
Fields inherited from interface proguard.util.StringFunction
IDENTITY_FUNCTION
-
-
Constructor Summary
Constructors Constructor Description ResourceFilePoolNameFunction(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 Detail
-
ResourceFilePoolNameFunction
public ResourceFilePoolNameFunction(ResourceFilePool resourceFilePool)
Deprecated.Creates a new ResourceFilePoolNameFunction based on the given resource file pool.
-
-