E
- the extending element type, used for method chaining.public interface QualifierConditionable<E>
withQualifierMatchingStrategy(QualifierMatchingStrategy)
flag.
By default, the strategy is set to "positive matching".Modifier and Type | Method and Description |
---|---|
QualifierMatchingStrategy |
qualifierMatchingStrategy()
The matching strategy flag for positive or negative matching.
|
Set<String> |
qualifiersRestrictiedTo()
The set of qualifiers this element is restricted to.
|
E |
restrictToQualifiers(Collection<String> qualifiers)
Restrict the element to match (or negative-match) the given qualifiers.
|
E |
restrictToQualifiers(String... qualifiers)
Restrict the element to match (or negative-match) the given qualifiers.
|
E |
withQualifierMatchingStrategy(QualifierMatchingStrategy matchingStrategyFlag)
Sets the matching strategy for positive or negative matching.
|
E restrictToQualifiers(String... qualifiers)
qualifiers
- the qualifiers to restrict to.E restrictToQualifiers(Collection<String> qualifiers)
qualifiers
- the qualifiers to restrict to.Set<String> qualifiersRestrictiedTo()
E withQualifierMatchingStrategy(QualifierMatchingStrategy matchingStrategyFlag)
matchingStrategyFlag
- the flag.QualifierMatchingStrategy qualifierMatchingStrategy()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.