Uses of Class
org.apache.maven.internal.impl.model.Result
Packages that use Result
-
Uses of Result in org.apache.maven.internal.impl.model
Methods in org.apache.maven.internal.impl.model that return ResultModifier and TypeMethodDescriptionstatic <T> Result<T> Result.addProblem(Result<T> result, ModelProblem problem) New result consisting of given result and new problem.static <T> Result<T> Result.addProblems(Result<T> result, Iterable<? extends ModelProblem> problems) New result that includes the givenstatic <T> Result<T> Result.addProblems(Result<T> result, Result<?>... results) DefaultModelBuilder.buildRawModel(Path pomFile, int validationLevel, boolean locationTracking) DefaultModelBuilder.buildRawModel(Path pomFile, int validationLevel, boolean locationTracking, ModelTransformerContext context) static <T> Result<T> Result.error(Iterable<? extends ModelProblem> problems) Error with problems describing the causestatic <T> Result<T> static <T> Result<T> static <T> Result<T> Result.error(T model) static <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 errorsResult.newResultSet(Iterable<? extends Result<? extends T>> results) Turns the given results into a single result by combining problems and models into single collection.static <T> Result<T> Result.success(T model) Success without warningsstatic <T> Result<T> Result.success(T model, Iterable<? extends ModelProblem> problems) Success with warningsstatic <T> Result<T> Success with warningsMethods in org.apache.maven.internal.impl.model with parameters of type ResultModifier and TypeMethodDescriptionstatic <T> Result<T> Result.addProblem(Result<T> result, ModelProblem problem) New result consisting of given result and new problem.static <T> Result<T> Result.addProblems(Result<T> result, Iterable<? extends ModelProblem> problems) New result that includes the givenstatic <T> Result<T> Result.addProblems(Result<T> result, Result<?>... results) static <T> Result<T> static <T> Result<T> static <T> Result<T> Success with warningsMethod parameters in org.apache.maven.internal.impl.model with type arguments of type ResultModifier and TypeMethodDescriptionResult.newResultSet(Iterable<? extends Result<? extends T>> results) Turns the given results into a single result by combining problems and models into single collection.