Package org.apache.maven.model.building
Interface ModelBuildingEvent
Deprecated.
Holds data relevant for a model building event.
- 
Method SummaryModifier and TypeMethodDescriptiongetModel()Deprecated.Gets the model being built.Deprecated.Gets the container used to collect problems that were encountered while processing the event.Deprecated.Gets the model building request being processed.
- 
Method Details- 
getModelModel getModel()Deprecated.Gets the model being built. The precise state of this model depends on the event being fired.- Returns:
- The model being built, never null.
 
- 
getRequestModelBuildingRequest getRequest()Deprecated.Gets the model building request being processed.- Returns:
- The model building request being processed, never null.
 
- 
getProblemsModelProblemCollector getProblems()Deprecated.Gets the container used to collect problems that were encountered while processing the event.- Returns:
- The container used to collect problems that were encountered, never null.
 
 
- 
org.apache.maven.api.services.ModelBuilderinstead