public abstract class PatternMatcher
extends java.lang.Object
Constructor and Description |
---|
PatternMatcher() |
Modifier and Type | Method and 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.Exception
public 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.Exception
Copyright © 1995–2023 Webtide. All rights reserved.