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 ExceptionSummaryDefaultExceptionHandler.handle(ProjectBuildingResult result) -
Uses of ProjectBuildingResult in org.apache.maven.project
Classes in org.apache.maven.project that implement ProjectBuildingResultModifier and TypeClassDescription(package private) classCollects the output of the project builder.Fields in org.apache.maven.project with type parameters of type ProjectBuildingResultModifier and TypeFieldDescriptionprivate List<ProjectBuildingResult> ProjectBuildingException.resultsMethods in org.apache.maven.project that return ProjectBuildingResultModifier and TypeMethodDescriptionprivate ProjectBuildingResultDefaultProjectBuilder.build(File pomFile, ModelSource modelSource, DefaultProjectBuilder.InternalConfig config) DefaultProjectBuilder.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()Method parameters in org.apache.maven.project with type arguments of type ProjectBuildingResultModifier and TypeMethodDescriptionprivate booleanDefaultProjectBuilder.build(List<ProjectBuildingResult> results, List<DefaultProjectBuilder.InterimResult> interimResults, Map<String, MavenProject> projectIndex, File pomFile, Set<File> aggregatorFiles, boolean isRoot, boolean recursive, DefaultProjectBuilder.InternalConfig config) private booleanDefaultProjectBuilder.build(List<ProjectBuildingResult> results, List<DefaultProjectBuilder.InterimResult> interimResults, Map<String, MavenProject> projectIndex, List<File> pomFiles, Set<File> aggregatorFiles, boolean isRoot, boolean recursive, DefaultProjectBuilder.InternalConfig config) private booleanDefaultProjectBuilder.build(List<ProjectBuildingResult> results, List<MavenProject> projects, Map<String, MavenProject> projectIndex, List<DefaultProjectBuilder.InterimResult> interimResults, ProjectBuildingRequest request, Map<File, Boolean> profilesXmls, org.eclipse.aether.RepositorySystemSession session) private static StringProjectBuildingException.createMessage(List<ProjectBuildingResult> results) Constructor parameters in org.apache.maven.project with type arguments of type ProjectBuildingResult