Class PatternTriggerQuery
java.lang.Object
de.iip_ecosphere.platform.connectors.events.PatternTriggerQuery
- All Implemented Interfaces:
ConnectorTriggerQuery
Implements a query represented by a regular expression on the relevant data identifier of a connector.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.iip_ecosphere.platform.connectors.events.ConnectorTriggerQuery
delay
-
Field Details
-
pattern
-
-
Constructor Details
-
PatternTriggerQuery
Creates a pattern-based trigger query.- Parameters:
regEx- the Java regular expression- Throws:
PatternSyntaxException- ifregExis invalid
-
-
Method Details
-
getPattern
Returns the query pattern.- Returns:
- the query pattern
-