org.apache.maven.project
Interface MavenProjectBuilder

All Known Implementing Classes:
DefaultMavenProjectBuilder

Deprecated.

@Deprecated
public interface MavenProjectBuilder


Method Summary
 MavenProject build(java.io.File project, ArtifactRepository localRepository, ProfileManager profileManager)
          Deprecated.  
 MavenProject build(java.io.File projectFile, ProjectBuilderConfiguration configuration)
          Deprecated.  
 MavenProject buildFromRepository(Artifact artifact, java.util.List<ArtifactRepository> remoteRepositories, ArtifactRepository localRepository)
          Deprecated.  
 MavenProject buildFromRepository(Artifact artifact, java.util.List<ArtifactRepository> remoteRepositories, ArtifactRepository localRepository, boolean allowStubModel)
          Deprecated.  
 MavenProject buildStandaloneSuperProject(ArtifactRepository localRepository)
          Deprecated.  
 MavenProject buildStandaloneSuperProject(ArtifactRepository localRepository, ProfileManager profileManager)
          Deprecated.  
 MavenProject buildStandaloneSuperProject(ProjectBuilderConfiguration configuration)
          Deprecated.  
 

Method Detail

build

MavenProject build(java.io.File projectFile,
                   ProjectBuilderConfiguration configuration)
                   throws ProjectBuildingException
Deprecated. 
Throws:
ProjectBuildingException

build

MavenProject build(java.io.File project,
                   ArtifactRepository localRepository,
                   ProfileManager profileManager)
                   throws ProjectBuildingException
Deprecated. 
Throws:
ProjectBuildingException

buildFromRepository

MavenProject buildFromRepository(Artifact artifact,
                                 java.util.List<ArtifactRepository> remoteRepositories,
                                 ArtifactRepository localRepository)
                                 throws ProjectBuildingException
Deprecated. 
Throws:
ProjectBuildingException

buildFromRepository

MavenProject buildFromRepository(Artifact artifact,
                                 java.util.List<ArtifactRepository> remoteRepositories,
                                 ArtifactRepository localRepository,
                                 boolean allowStubModel)
                                 throws ProjectBuildingException
Deprecated. 
Throws:
ProjectBuildingException

buildStandaloneSuperProject

MavenProject buildStandaloneSuperProject(ProjectBuilderConfiguration configuration)
                                         throws ProjectBuildingException
Deprecated. 
Throws:
ProjectBuildingException

buildStandaloneSuperProject

MavenProject buildStandaloneSuperProject(ArtifactRepository localRepository)
                                         throws ProjectBuildingException
Deprecated. 
Throws:
ProjectBuildingException

buildStandaloneSuperProject

MavenProject buildStandaloneSuperProject(ArtifactRepository localRepository,
                                         ProfileManager profileManager)
                                         throws ProjectBuildingException
Deprecated. 
Throws:
ProjectBuildingException


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.