Save This Page
Home » maven-2.0.9-src » org.apache » maven » project » [javadoc | source]
org.apache.maven.project
public class: DefaultMavenProjectBuilder [javadoc | source]
java.lang.Object
   org.codehaus.plexus.logging.AbstractLogEnabled
      org.apache.maven.project.DefaultMavenProjectBuilder

All Implemented Interfaces:
    MavenProjectBuilder, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

Field Summary
protected  MavenProfilesBuilder profilesBuilder     
protected  ArtifactResolver artifactResolver     
protected  ArtifactMetadataSource artifactMetadataSource     
public static final  String MAVEN_MODEL_VERSION     
Method from org.apache.maven.project.DefaultMavenProjectBuilder Summary:
build,   build,   build,   build,   buildFromRepository,   buildFromRepository,   buildStandaloneSuperProject,   buildStandaloneSuperProject,   buildStandaloneSuperProject,   buildWithDependencies,   buildWithDependencies,   contextualize,   createExtensionArtifacts,   createPluginArtifacts,   createReportArtifacts,   initialize
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.maven.project.DefaultMavenProjectBuilder Detail:
 public MavenProject build(File pom,
    ProjectBuilderConfiguration config) throws ProjectBuildingException 
 public MavenProject build(File pom,
    ProjectBuilderConfiguration config,
    boolean checkDistributionManagementStatus) throws ProjectBuildingException 
 public MavenProject build(File projectDescriptor,
    ArtifactRepository localRepository,
    ProfileManager profileManager) throws ProjectBuildingException 
 public MavenProject build(File projectDescriptor,
    ArtifactRepository localRepository,
    ProfileManager profileManager,
    boolean checkDistributionManagementStatus) throws ProjectBuildingException 
 public MavenProject buildFromRepository(Artifact artifact,
    List remoteArtifactRepositories,
    ArtifactRepository localRepository) throws ProjectBuildingException 
 public MavenProject buildFromRepository(Artifact artifact,
    List remoteArtifactRepositories,
    ArtifactRepository localRepository,
    boolean allowStubModel) throws ProjectBuildingException 
 public MavenProject buildStandaloneSuperProject(ArtifactRepository localRepository) throws ProjectBuildingException 
 public MavenProject buildStandaloneSuperProject(ProjectBuilderConfiguration config) throws ProjectBuildingException 
 public MavenProject buildStandaloneSuperProject(ArtifactRepository localRepository,
    ProfileManager profileManager) throws ProjectBuildingException 
 public MavenProject buildWithDependencies(File projectDescriptor,
    ArtifactRepository localRepository,
    ProfileManager profileManager) throws ArtifactResolutionException, ArtifactNotFoundException, ProjectBuildingException 
 public MavenProject buildWithDependencies(File projectDescriptor,
    ArtifactRepository localRepository,
    ProfileManager profileManager,
    TransferListener transferListener) throws ArtifactResolutionException, ArtifactNotFoundException, ProjectBuildingException 
 public  void contextualize(Context context) throws ContextException 
 protected Set createExtensionArtifacts(String projectId,
    List extensions) throws ProjectBuildingException 
 protected Set createPluginArtifacts(String projectId,
    List plugins) throws ProjectBuildingException 
 protected Set createReportArtifacts(String projectId,
    List reports) throws ProjectBuildingException 
 public  void initialize()