Uses of Class
org.revapi.PipelineConfiguration
-
Packages that use PipelineConfiguration Package Description org.revapi -
-
Uses of PipelineConfiguration in org.revapi
Methods in org.revapi that return PipelineConfiguration Modifier and Type Method Description PipelineConfigurationPipelineConfiguration.Builder. build()Returns a newPipelineConfigurationinstance.PipelineConfigurationRevapi. getPipelineConfiguration()static PipelineConfigurationPipelineConfiguration. parse(com.fasterxml.jackson.databind.JsonNode json, Collection<Class<? extends ApiAnalyzer>> analyzers, Collection<Class<? extends TreeFilterProvider>> filters, Collection<Class<? extends DifferenceTransform>> transforms, Collection<Class<? extends Reporter>> reporters, Collection<Class<? extends ElementMatcher>> matchers)Similar toparse(JsonNode)but the extensions to use are provided by the caller straight away instead of letting the caller use the builder to finish up the configuration.static PipelineConfigurationPipelineConfiguration. parse(org.jboss.dmr.ModelNode json, Collection<Class<? extends ApiAnalyzer>> analyzers, Collection<Class<? extends TreeFilterProvider>> filters, Collection<Class<? extends DifferenceTransform>> transforms, Collection<Class<? extends Reporter>> reporters, Collection<Class<? extends ElementMatcher>> matchers)Deprecated.use the Jackson-based variantMethods in org.revapi with parameters of type PipelineConfiguration Modifier and Type Method Description static AnalysisContext.BuilderAnalysisContext. builder(PipelineConfiguration pipelineConfiguration)Returns a new analysis context builder that extracts the information about the available extensions from the provided pipeline configuration.Constructors in org.revapi with parameters of type PipelineConfiguration Constructor Description Revapi(PipelineConfiguration pipelineConfiguration)Use theRevapi.builder()instead.
-