public abstract class PatternMatcher
extends java.lang.Object
| Constructor | Description |
|---|---|
PatternMatcher() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
match(java.util.regex.Pattern pattern,
java.net.URI[] uris,
boolean isNullInclusive) |
Find jar names from the provided list matching a pattern.
|
abstract void |
matched(java.net.URI uri) |
|
void |
matchPatterns(java.util.regex.Pattern pattern,
java.net.URI[] uris,
boolean isNullInclusive) |
public abstract void matched(java.net.URI uri)
throws java.lang.Exception
java.lang.Exceptionpublic void match(java.util.regex.Pattern pattern,
java.net.URI[] uris,
boolean isNullInclusive)
throws java.lang.Exception
pattern - the patternuris - the uris to test the pattern againstisNullInclusive - if true, an empty pattern means all names match, if false, none matchjava.lang.Exception - if fundamental error in pattern matchingpublic void matchPatterns(java.util.regex.Pattern pattern,
java.net.URI[] uris,
boolean isNullInclusive)
throws java.lang.Exception
java.lang.ExceptionCopyright © 1995–2018 Webtide. All rights reserved.