Package org.apache.maven.model.building
package org.apache.maven.model.building
-
ClassDescriptionProvides a skeleton implementation for model building listeners.A 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.Wraps 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.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
Deprecated.instead useUrlSource
Source