RegexpDefinitionPatternMatcherFactory, WildcardDefinitionPatternMatcherFactorypublic interface DefinitionPatternMatcherFactory
| Modifier and Type | Method | Description |
|---|---|---|
DefinitionPatternMatcher |
createDefinitionPatternMatcher(java.lang.String pattern,
Definition definition) |
Creates a new definition pattern matcher.
|
DefinitionPatternMatcher createDefinitionPatternMatcher(java.lang.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 © 2018. All rights reserved.