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.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.Exceptionpublic void matchPatterns(java.util.regex.Pattern pattern,
java.net.URI[] uris,
boolean isNullInclusive)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2013 FuseSource, Corp.. All Rights Reserved.