Class Matchers
- java.lang.Object
-
- org.apache.felix.eventadmin.impl.util.Matchers
-
public abstract class Matchers extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Matchers.Matcher
The matcher interface for checking if timeout handling is disabled for the handler.
-
Constructor Summary
Constructors Constructor Description Matchers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Matchers.Matcher[]
createEventTopicMatchers(String[] config)
static Matchers.Matcher[]
createPackageMatchers(String[] ignoreTimeout)
-
-
-
Method Detail
-
createEventTopicMatchers
public static Matchers.Matcher[] createEventTopicMatchers(String[] config)
-
createPackageMatchers
public static Matchers.Matcher[] createPackageMatchers(String[] ignoreTimeout)
-
-