Uses of Interface
org.apache.maven.project.ProjectBuildingResult
Packages that use ProjectBuildingResult
-
Uses of ProjectBuildingResult in org.apache.maven.project
Methods in org.apache.maven.project that return ProjectBuildingResultModifier and TypeMethodDescriptionDefaultProjectBuilder.build
(File pomFile, ProjectBuildingRequest request) DefaultProjectBuilder.build
(Artifact artifact, boolean allowStubModel, ProjectBuildingRequest request) DefaultProjectBuilder.build
(Artifact artifact, ProjectBuildingRequest request) DefaultProjectBuilder.build
(ModelSource modelSource, ProjectBuildingRequest request) ProjectBuilder.build
(File projectFile, ProjectBuildingRequest request) Builds a project descriptor from the specified POM file.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) ProjectBuilder.build
(List<File> pomFiles, boolean recursive, ProjectBuildingRequest request) Builds the projects for the specified POM files and optionally their children.ProjectBuildingException.getResults()
Constructor parameters in org.apache.maven.project with type arguments of type ProjectBuildingResult