ProGuard

Package proguard.util

This package contains utility classes for regular expression matching,...

See:
          Description

Interface Summary
StringMatcher This interface provides a method to determine whether strings match a given criterion, which is specified by the implementation.
 

Class Summary
BasicListMatcher This StringMatcher tests whether strings match an entry in a given list of regular expressions.
BasicMatcher This StringMatcher tests whether strings match a given regular expression.
ClassNameListMatcher This StringMatcher tests whether internal class names match any entry in a given list of regular expressions.
ClassNameMatcher This StringMatcher tests whether internal class names match a given regular expression.
ExtensionMatcher This StringMatcher tests whether strings end in a given extension.
FileNameListMatcher This StringMatcher tests whether file names match any entry in a given list of regular expressions.
FileNameMatcher This StringMatcher tests whether file names match a given regular expression.
ListUtil This class provides some utility methods for working with java.util.List objects.
 

Package proguard.util Description

This package contains utility classes for regular expression matching,...


ProGuard