Package proguard.util
Class ExtensionMatcher
java.lang.Object
proguard.util.StringMatcher
proguard.util.ExtensionMatcher
This
StringMatcher tests whether strings end in a given extension, ignoring its case.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class proguard.util.StringMatcher
matches, prefix
-
Constructor Details
-
ExtensionMatcher
Creates a new StringMatcher.- Parameters:
extension- the extension against which strings will be matched.
-
-
Method Details
-
matches
Description copied from class:StringMatcherChecks whether the given substring matches.- Specified by:
matchesin classStringMatcher- Parameters:
string- the string to match.beginOffset- the start offset of the substring (inclusive).endOffset- the end offset of the substring (exclusive).- Returns:
- a boolean indicating whether the substring matches the criterion.
-