public interface DefinitionPatternMatcherFactory
Modifier and Type | Method and Description |
---|---|
DefinitionPatternMatcher |
createDefinitionPatternMatcher(String pattern,
Definition definition)
Creates a new definition pattern matcher.
|
DefinitionPatternMatcher createDefinitionPatternMatcher(String pattern, Definition definition)
pattern
- The pattern to be matched.definition
- The base definition. Created definitions by
DefinitionPatternMatcher.createDefinition(String)
will created
with this one as a basis.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.