Uses of Interface
org.apache.maven.model.building.ModelProblem
-
Uses of ModelProblem in org.apache.maven.model.building
Modifier and TypeClassDescriptionclass
Describes a problem that was encountered during model building.Modifier and TypeMethodDescriptionModelBuildingException.getProblems()
Gets the problems that caused this exception.ModelBuildingResult.getProblems()
Gets the problems that were encountered during the model building.ModelProblemCollectorExt.getProblems()
The collected problems.Iterable<? extends ModelProblem>
Result.getProblems()
Modifier and TypeMethodDescriptionstatic <T> Result<T>
Result.addProblem
(Result<T> result, ModelProblem problem) New result consisting of given result and new problem.static String
ModelProblemUtils.formatLocation
(ModelProblem problem, String projectId) Creates a string with all location details for the specified model problem.Modifier and TypeMethodDescriptionstatic <T> Result<T>
Result.addProblems
(Result<T> result, Iterable<? extends ModelProblem> problems) New result that includes the givenstatic <T> Result<T>
Result.error
(Iterable<? extends ModelProblem> problems) Error with problems describing the causestatic <T> Result<T>
Result.error
(T model, Iterable<? extends ModelProblem> problems) Error with partial result and problems describing the causestatic <T> Result<T>
Result.newResult
(T model, Iterable<? extends ModelProblem> problems) New result - determine whether error or success by checking problems for errorsstatic <T> Result<T>
Result.success
(T model, Iterable<? extends ModelProblem> problems) Success with warningsModifierConstructorDescriptionModelBuildingException
(Model model, String modelId, List<ModelProblem> problems) Deprecated. -
Uses of ModelProblem in org.apache.maven.project
Modifier and TypeMethodDescriptionProjectBuildingResult.getProblems()
Gets the problems that were encountered during the project building.
ModelBuildingException(ModelBuildingResult)
instead.