|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.type.StringPatternSetUtil
public class StringPatternSetUtil
Pattern matching utility.
Constructor Summary | |
---|---|
StringPatternSetUtil()
|
Method Summary | |
---|---|
static java.lang.Boolean |
evaluate(boolean defaultValue,
java.util.List<Pair<StringPatternSet,java.lang.Boolean>> patterns,
java.lang.String literal)
Executes a seriers of include/exclude patterns against a match string, returning the last pattern match result as boolean in/out. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringPatternSetUtil()
Method Detail |
---|
public static java.lang.Boolean evaluate(boolean defaultValue, java.util.List<Pair<StringPatternSet,java.lang.Boolean>> patterns, java.lang.String literal)
defaultValue
- the default value if there are no patterns or no matches change the valuepatterns
- to match against, true in the pair for include, false for excludeliteral
- to match
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |