org.apache.maven.project
Interface MavenProjectBuilder

All Known Implementing Classes:
DefaultMavenProjectBuilder

public interface MavenProjectBuilder


Field Summary
static boolean STRICT_MODEL_PARSING
           
 
Method Summary
 MavenProject build(java.io.File project, ArtifactRepository localRepository, ProfileManager profileManager)
           
 MavenProject build(java.io.File project, ProjectBuilderConfiguration configuration)
           
 MavenProject buildFromRepository(Artifact artifact, java.util.List remoteArtifactRepositories, ArtifactRepository localRepository)
           
 MavenProject buildFromRepository(Artifact artifact, java.util.List remoteArtifactRepositories, ArtifactRepository localRepository, boolean allowStub)
           
 MavenProjectBuildingResult buildProjectWithDependencies(java.io.File project, ProjectBuilderConfiguration configuration)
           
 MavenProject buildStandaloneSuperProject(ProjectBuilderConfiguration configuration)
           
 

Field Detail

STRICT_MODEL_PARSING

static final boolean STRICT_MODEL_PARSING
See Also:
Constant Field Values
Method Detail

build

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

buildFromRepository

MavenProject buildFromRepository(Artifact artifact,
                                 java.util.List remoteArtifactRepositories,
                                 ArtifactRepository localRepository,
                                 boolean allowStub)
                                 throws ProjectBuildingException
Throws:
ProjectBuildingException

build

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

buildProjectWithDependencies

MavenProjectBuildingResult buildProjectWithDependencies(java.io.File project,
                                                        ProjectBuilderConfiguration configuration)
                                                        throws ProjectBuildingException
Throws:
ProjectBuildingException

buildFromRepository

MavenProject buildFromRepository(Artifact artifact,
                                 java.util.List remoteArtifactRepositories,
                                 ArtifactRepository localRepository)
                                 throws ProjectBuildingException
Throws:
ProjectBuildingException

buildStandaloneSuperProject

MavenProject buildStandaloneSuperProject(ProjectBuilderConfiguration configuration)
                                         throws ProjectBuildingException
Throws:
ProjectBuildingException


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