ProGuard

Uses of Interface
proguard.util.StringMatcher

Packages that use StringMatcher
proguard.io This package contains classes to read and write files, optionally wrapped in jars, wars, ears, zips, directories,... 
proguard.util This package contains utility classes for regular expression matching,... 
 

Uses of StringMatcher in proguard.io
 

Constructors in proguard.io with parameters of type StringMatcher
DataEntryNameFilter(StringMatcher stringMatcher)
          Creates a new DataEntryNameFilter.
 

Uses of StringMatcher in proguard.util
 

Classes in proguard.util that implement StringMatcher
 class BasicListMatcher
          This StringMatcher tests whether strings match an entry in a given list of regular expressions.
 class BasicMatcher
          This StringMatcher tests whether strings match a given regular expression.
 class ClassNameListMatcher
          This StringMatcher tests whether internal class names match any entry in a given list of regular expressions.
 class ClassNameMatcher
          This StringMatcher tests whether internal class names match a given regular expression.
 class ExtensionMatcher
          This StringMatcher tests whether strings end in a given extension.
 class FileNameListMatcher
          This StringMatcher tests whether file names match any entry in a given list of regular expressions.
 class FileNameMatcher
          This StringMatcher tests whether file names match a given regular expression.
 

Methods in proguard.util that return StringMatcher
protected  StringMatcher ClassNameListMatcher.createBasicMatcher(String regularExpression)
           
protected  StringMatcher BasicListMatcher.createBasicMatcher(String regularExpression)
          Creates a new StringMatcher for the given regular expression.
protected  StringMatcher FileNameListMatcher.createBasicMatcher(String regularExpression)
           
 


ProGuard