Package proguard.util
Interface StringFunction
- All Known Implementing Classes:
AndNotStringFunction,AndStringFunction,ClassPoolFeatureNameFunction,ConcatenatingStringFunction,ConstantStringFunction,FilePoolNameFunction,FilteredStringFunction,IdentityStringFunction,MapStringFunction,MatchedStringFunction,MatchingStringFunction,NotStringFunction,OrStringFunction,PrefixAddingStringFunction,PrefixRemovingStringFunction,ResourceFilePoolNameFunction,SuffixAddingStringFunction,SuffixRemovingStringFunction
public interface StringFunction
This interface provides a method to transform a string into a new string.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringFunctionA StringFunction that returns the given string. -
Method Summary
-
Field Details
-
IDENTITY_FUNCTION
A StringFunction that returns the given string.
-
-
Method Details
-
transform
Transforms the given string into a new string.
-