| Package | Description | 
|---|---|
| org.apache.maven.model.building | |
| org.apache.maven.project | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultModelProblemDescribes a problem that was encountered during model building. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ModelProblem> | ModelProblemCollectorExt. getProblems()The collected problems. | 
| List<ModelProblem> | ModelBuildingResult. getProblems()Gets the problems that were encountered during the model building. | 
| List<ModelProblem> | ModelBuildingException. getProblems()Gets the problems that caused this exception. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | ModelProblemUtils. formatLocation(ModelProblem problem,
                            String projectId)Creates a string with all location details for the specified model problem. | 
| Constructor and Description | 
|---|
| ModelBuildingException(Model model,
                                            String modelId,
                                            List<ModelProblem> problems)Deprecated. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ModelProblem> | ProjectBuildingResult. getProblems()Gets the problems that were encountered during the project building. | 
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.