Uses of Interface
org.apache.maven.project.ProjectBuildingResult

Packages that use ProjectBuildingResult
org.apache.maven.project   
 

Uses of ProjectBuildingResult in org.apache.maven.project
 

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

Constructor parameters in org.apache.maven.project with type arguments of type ProjectBuildingResult
ProjectBuildingException(List<ProjectBuildingResult> results)
           
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.