Interface DefinitionPatternMatcherFactory
- All Known Implementing Classes:
- RegexpDefinitionPatternMatcherFactory,- WildcardDefinitionPatternMatcherFactory
public interface DefinitionPatternMatcherFactory
Creates a new definition pattern matcher for the given pattern and the given
 base definition with pattern expressions.
- Since:
- 2.2.0
- 
Method SummaryModifier and TypeMethodDescriptioncreateDefinitionPatternMatcher(String pattern, Definition definition) Creates a new definition pattern matcher.
- 
Method Details- 
createDefinitionPatternMatcherCreates a new definition pattern matcher.- Parameters:
- pattern- The pattern to be matched.
- definition- The base definition. Created definitions by- DefinitionPatternMatcher.createDefinition(String)will created with this one as a basis.
- Returns:
- The definition pattern matcher.
- Since:
- 2.2.0
 
 
-