public final class ContextElements extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ContextElements.MatchPriority
Match priority constants.
|
Modifier and Type | Method and Description |
---|---|
static ContextElementMatcher |
invertMatch(ContextElementMatcher matcher) |
static ContextElementMatcher |
matchAny() |
static ContextElementMatcher |
matchType(Class<?> type) |
static ContextElementMatcher |
matchType(Class<?> type,
QualifierMatcher qual) |
public static ContextElementMatcher matchAny()
public static ContextElementMatcher matchType(Class<?> type)
public static ContextElementMatcher matchType(Class<?> type, QualifierMatcher qual)
public static ContextElementMatcher invertMatch(ContextElementMatcher matcher)
Copyright © 2016 GroupLens Research. All rights reserved.