public final class RegexElementMatcher extends Object implements org.revapi.ElementMatcher
| Constructor and Description |
|---|
RegexElementMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Optional<org.revapi.ElementMatcher.CompiledRecipe> |
compile(String recipe) |
String |
getExtensionId() |
Reader |
getJSONSchema() |
void |
initialize(org.revapi.AnalysisContext analysisContext) |
public Optional<org.revapi.ElementMatcher.CompiledRecipe> compile(String recipe)
compile in interface org.revapi.ElementMatcherpublic void close()
throws Exception
close in interface AutoCloseableExceptionpublic String getExtensionId()
getExtensionId in interface org.revapi.configuration.Configurable@Nullable public Reader getJSONSchema()
getJSONSchema in interface org.revapi.configuration.Configurablepublic void initialize(@Nonnull org.revapi.AnalysisContext analysisContext)
initialize in interface org.revapi.configuration.ConfigurableCopyright © 2014-2021 Lukas Krejci. All Rights Reserved.