org.apache.sling.event.impl.support
Class ExactTopicMatcher
java.lang.Object
org.apache.sling.event.impl.support.ExactTopicMatcher
- All Implemented Interfaces:
- TopicMatcher
public class ExactTopicMatcher
- extends Object
- implements TopicMatcher
The topic must match exactly.
ExactTopicMatcher
public ExactTopicMatcher(String name)
match
public String match(String topic)
- Description copied from interface:
TopicMatcher
- Check if the topic matches and return the variable part - null if not matching.
- Specified by:
match
in interface TopicMatcher
- See Also:
TopicMatcher.match(java.lang.String)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.