Class MatchStrategy
- java.lang.Object
-
- de.gematik.prepare.pooling.strategies.MatchStrategy
-
- Direct Known Subclasses:
CaseInsensitiveExactStrategy,CaseInsensitiveStrategy,CaseSensitiveExactStrategy,CaseSensitiveStrategy,RegexStrategy,WildcardStrategy
public abstract class MatchStrategy extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMatchStrategy(List<String> pattern)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract booleandoesMatch(String group)Stringmatch(Set<String> item)
-
-
-
Field Detail
-
MATCHING
public static final String MATCHING
- See Also:
- Constant Field Values
-
NOT_MATCHING
public static final String NOT_MATCHING
- See Also:
- Constant Field Values
-
-