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
- Version:
- $Rev: 795343 $ $Date: 2009-07-18 21:26:09 +1000 (Sat, 18 Jul 2009) $
-
Method Summary
Modifier and TypeMethodDescriptioncreateDefinitionPatternMatcher
(String pattern, Definition definition) Creates a new definition pattern matcher.
-
Method Details
-
createDefinitionPatternMatcher
Creates a new definition pattern matcher.- Parameters:
pattern
- The pattern to be matched.definition
- The base definition. Created definitions byDefinitionPatternMatcher.createDefinition(String)
will created with this one as a basis.- Returns:
- The definition pattern matcher.
- Since:
- 2.2.0
-