Uses of Interface
org.apache.maven.project.ProjectBuildingResult
Packages that use ProjectBuildingResult
-
Uses of ProjectBuildingResult in org.apache.maven.exception
Methods in org.apache.maven.exception with parameters of type ProjectBuildingResultModifier and TypeMethodDescriptionprivate ExceptionSummary
DefaultExceptionHandler.handle
(ProjectBuildingResult result) -
Uses of ProjectBuildingResult in org.apache.maven.project
Classes in org.apache.maven.project that implement ProjectBuildingResultModifier and TypeClassDescription(package private) class
Collects the output of the project builder.Fields in org.apache.maven.project with type parameters of type ProjectBuildingResultModifier and TypeFieldDescriptionprivate List
<ProjectBuildingResult> ProjectBuildingException.results
Methods in org.apache.maven.project that return ProjectBuildingResultModifier and TypeMethodDescriptionDefaultProjectBuilder.build
(File pomFile, ProjectBuildingRequest request) DefaultProjectBuilder.build
(ModelSource modelSource, ProjectBuildingRequest request) DefaultProjectBuilder.build
(Artifact artifact, boolean allowStubModel, ProjectBuildingRequest request) DefaultProjectBuilder.build
(Artifact artifact, ProjectBuildingRequest request) DefaultProjectBuilder.build
(ModelSource modelSource, ProjectBuildingRequest request) Deprecated.(package private) ProjectBuildingResult
DefaultProjectBuilder.BuildSession.build
(Path pomFile, ModelSource modelSource) (package private) ProjectBuildingResult
ProjectBuilder.build
(File projectFile, ProjectBuildingRequest request) Builds a project descriptor from the specified POM file.ProjectBuilder.build
(ModelSource modelSource, ProjectBuildingRequest request) Builds a project descriptor for the specified model source.ProjectBuilder.build
(Artifact projectArtifact, boolean allowStubModel, ProjectBuildingRequest request) Builds a project descriptor for the specified artifact.ProjectBuilder.build
(Artifact projectArtifact, ProjectBuildingRequest request) Builds a project descriptor for the specified artifact.ProjectBuilder.build
(ModelSource modelSource, ProjectBuildingRequest request) Builds a project descriptor for the specified model source.Methods in org.apache.maven.project that return types with arguments of type ProjectBuildingResultModifier and TypeMethodDescriptionDefaultProjectBuilder.build
(List<File> pomFiles, boolean recursive, ProjectBuildingRequest request) private List
<ProjectBuildingResult> (package private) List
<ProjectBuildingResult> ProjectBuilder.build
(List<File> pomFiles, boolean recursive, ProjectBuildingRequest request) Builds the projects for the specified POM files and optionally their children.(package private) List
<ProjectBuildingResult> ProjectBuildingException.getResults()
Constructor parameters in org.apache.maven.project with type arguments of type ProjectBuildingResult