Uses of Class
org.revapi.AnalysisContext
-
Packages that use AnalysisContext Package Description org.revapi org.revapi.base org.revapi.configuration org.revapi.simple -
-
Uses of AnalysisContext in org.revapi
Methods in org.revapi that return AnalysisContext Modifier and Type Method Description AnalysisContext
AnalysisContext.Builder. build()
AnalysisContext
AnalysisContext. copyWithConfiguration(com.fasterxml.jackson.databind.JsonNode configuration)
This is generally only useful for extensions that delegate some of their functionality to other "internal" extensions of their own that they need to configure.AnalysisContext
AnalysisContext. copyWithConfiguration(org.jboss.dmr.ModelNode configuration)
Deprecated.use the Jackson-based variantAnalysisContext
AnalysisContext. copyWithMatchers(Set<ElementMatcher> matchers)
A helper method to instantiate a new analysis context with the provided set of matchers.AnalysisContext
AnalysisResult.Extensions. getFirstConfigurationOrNull(Class<?> extensionType)
Methods in org.revapi with parameters of type AnalysisContext Modifier and Type Method Description AnalysisResult
Revapi. analyze(AnalysisContext analysisContext)
Performs the analysis configured by the given analysis context.AnalysisResult.Extensions
Revapi. prepareAnalysis(AnalysisContext analysisContext)
This instantiates the individual extensions and assigns the configurations to each one of them.ValidationResult
Revapi. validateConfiguration(AnalysisContext analysisContext)
Validates the configuration of the analysis context. -
Uses of AnalysisContext in org.revapi.base
Methods in org.revapi.base with parameters of type AnalysisContext Modifier and Type Method Description void
BaseConfigurable. initialize(AnalysisContext analysisContext)
-
Uses of AnalysisContext in org.revapi.configuration
Methods in org.revapi.configuration with parameters of type AnalysisContext Modifier and Type Method Description void
Configurable. initialize(AnalysisContext analysisContext)
The instance can configure itself for the upcoming analysis from the supplied analysis context. -
Uses of AnalysisContext in org.revapi.simple
Methods in org.revapi.simple with parameters of type AnalysisContext Modifier and Type Method Description void
SimpleConfigurable. initialize(AnalysisContext analysisContext)
Deprecated.
-