com.espertech.esper.type
Interface StringPatternSet

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
StringPatternSetLike, StringPatternSetRegex

public interface StringPatternSet
extends java.io.Serializable

Implementation match a string against a pattern.


Method Summary
 boolean match(java.lang.String stringToMatch)
          Returns true for a match, false for no-match.
 

Method Detail

match

boolean match(java.lang.String stringToMatch)
Returns true for a match, false for no-match.

Parameters:
stringToMatch - value to match
Returns:
match result

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com