Package | Description |
---|---|
org.apache.sling.event.impl.support |
Modifier and Type | Class and Description |
---|---|
class |
ExactTopicMatcher
The topic must match exactly.
|
class |
PackageTopicMatcher
Package matcher - the topic must be in the same package.
|
class |
SubPackagesTopicMatcher
Sub package matcher - the topic must be in the same package or a sub package.
|
Modifier and Type | Field and Description |
---|---|
static TopicMatcher[] |
TopicMatcherHelper.MATCH_ALL |
Modifier and Type | Method and Description |
---|---|
static TopicMatcher[] |
TopicMatcherHelper.buildMatchers(String[] topicsParam)
Create matchers based on the topic parameters.
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.