public interface ModelBuildingEvent
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.maven.model.Model |
getModel() |
Gets the model being built.
|
ModelProblemCollector |
getProblems() |
Gets the container used to collect problems that were encountered while processing the event.
|
ModelBuildingRequest |
getRequest() |
Gets the model building request being processed.
|
org.apache.maven.model.Model getModel()
null.ModelBuildingRequest getRequest()
null.ModelProblemCollector getProblems()
null.