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