|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectproguard.util.BasicListMatcher
proguard.util.FileNameListMatcher
This StringMatcher tests whether file names match any entry in a given list of regular expressions.
BasicListMatcher,
FileNameMatcher| Constructor Summary | |
FileNameListMatcher(List regularExpressionList)
Creates a new FileNameListMatcher. |
|
FileNameListMatcher(String regularExpression)
Creates a new FileNameListMatcher. |
|
| Method Summary | |
protected StringMatcher |
createBasicMatcher(String regularExpression)
Creates a new StringMatcher for the given regular expression. |
static void |
main(String[] args)
A main method for testing file name matching. |
| Methods inherited from class proguard.util.BasicListMatcher |
matches |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileNameListMatcher(String regularExpression)
regularExpression - the comma-separated list of regular expressions
against which strings will be matched.public FileNameListMatcher(List regularExpressionList)
regularExpressionList - the list of regular expressions against which
strings will be matched.| Method Detail |
protected StringMatcher createBasicMatcher(String regularExpression)
BasicListMatcher
createBasicMatcher in class BasicListMatcherpublic static void main(String[] args)
|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||