org.apache.sling.event.impl.support
Interface TopicMatcher

All Known Implementing Classes:
ExactTopicMatcher, PackageTopicMatcher, SubPackagesTopicMatcher

public interface TopicMatcher

Interface for topic matchers


Method Summary
 String match(String topic)
          Check if the topic matches and return the variable part - null if not matching.
 

Method Detail

match

String match(String topic)
Check if the topic matches and return the variable part - null if not matching.



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.