Package org.apache.maven.model.building
package org.apache.maven.model.building
-
ClassDescriptionProvides a skeleton implementation for model building listeners.Offers a transformation implementation based on PipelineStreams.Represents a model pulled from a repositoryA BuildPomXMLFilterFactory which is context awareA factory to create model builder instances when no dependency injection is available.Collects settings that control building of effective models.Describes a problem that was encountered during model building.Note: uses @Typed to limit the types it is available for injection to just ModelProcessor.Default ModelSourceTransformer, provides pomFile as inputStream and ignores the contextWraps an ordinary
File
as a model source.Builds the effective model from a POM.Holds data relevant for a model building event.Signals one ore more errors during model building.Defines events that the model builder fires during construction of the effective model.Collects settings that control the building of effective models.Collects the output of the model builder.Caches auxiliary data used during model building like already processed raw/effective models.Describes a problem that was encountered during model building.The different severity levels for a problem, in decreasing order.VersionCollects problems that are encountered during model building.Extends the ModelProblemCollector by the capacity of returning the collected problems.Class to wrap request parameters to ModelProblemCollector.addProblemAssists in the handling of model problems.ModelProcessorDeprecated.Provides access to the contents of a POM independently of the backing store (e.g.The ModelSourceTransformer is a way to transform the local pom while streaming the input.Result<T>There are various forms of results that are represented by this class: success - in which case only the model field is set success with warnings - model field + non-error model problems error - no model, but diagnostics error - (partial) model and diagnostics Could encode these variants as subclasses, but kept in one for nowDeprecated.instead useStringSource
Context used to transform a pom file.The transformerContextBuilder is responsible for initializing the TransformerContext.Deprecated.instead useUrlSource
Source