Class ExactElementMatcher

java.lang.Object
org.revapi.basic.ExactElementMatcher
All Implemented Interfaces:
AutoCloseable, org.revapi.configuration.Configurable, org.revapi.ElementMatcher

public final class ExactElementMatcher extends Object implements org.revapi.ElementMatcher
Author:
Lukas Krejci
  • Constructor Details

    • ExactElementMatcher

      public ExactElementMatcher()
  • Method Details

    • compile

      public Optional<org.revapi.ElementMatcher.CompiledRecipe> compile(String recipe)
      Specified by:
      compile in interface org.revapi.ElementMatcher
    • close

      public void close() throws Exception
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception
    • getMatcherId

      public String getMatcherId()
      Specified by:
      getMatcherId in interface org.revapi.ElementMatcher
    • getExtensionId

      public String getExtensionId()
      Specified by:
      getExtensionId in interface org.revapi.configuration.Configurable
    • getJSONSchema

      public Reader getJSONSchema()
      Specified by:
      getJSONSchema in interface org.revapi.configuration.Configurable
    • initialize

      public void initialize(@Nonnull org.revapi.AnalysisContext analysisContext)
      Specified by:
      initialize in interface org.revapi.configuration.Configurable