|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.handler.event.EventUtil
public class EventUtil
Utility methods.
Constructor Summary | |
---|---|
EventUtil()
|
Method Summary | |
---|---|
static boolean |
matches(java.lang.String topic,
java.lang.String topicPattern)
Test that the given topic match with the given topic pattern. |
static boolean |
matches(java.lang.String topic,
java.lang.String[] topicPatterns)
Test that the given topic match with the given topic patterns. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventUtil()
Method Detail |
---|
public static boolean matches(java.lang.String topic, java.lang.String topicPattern)
topic
- : topic to test.topicPattern
- : topic pattern
public static boolean matches(java.lang.String topic, java.lang.String[] topicPatterns)
topic
- : topic to test.topicPatterns
- : topic patterns
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |