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