public class RegexpDefinitionPatternMatcherFactory extends Object implements DefinitionPatternMatcherFactory
RegexpDefinitionPatternMatcher.| Constructor and Description | 
|---|
| RegexpDefinitionPatternMatcherFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| DefinitionPatternMatcher | createDefinitionPatternMatcher(String pattern,
                              Definition definition)Creates a new definition pattern matcher. | 
public RegexpDefinitionPatternMatcherFactory()
public DefinitionPatternMatcher createDefinitionPatternMatcher(String pattern, Definition definition)
createDefinitionPatternMatcher in interface DefinitionPatternMatcherFactorypattern - The pattern to be matched.definition - The base definition. Created definitions by
 DefinitionPatternMatcher.createDefinition(String) will created
 with this one as a basis.Copyright © 2000–2025 Apache Software Foundation. All rights reserved.