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

Packages that use ProjectBuilderConfiguration
org.apache.maven.project   
org.apache.maven.project.artifact   
org.apache.maven.project.interpolation   
 

Uses of ProjectBuilderConfiguration in org.apache.maven.project
 

Classes in org.apache.maven.project that implement ProjectBuilderConfiguration
 class DefaultProjectBuilderConfiguration
           
 

Methods in org.apache.maven.project that return ProjectBuilderConfiguration
 ProjectBuilderConfiguration ProjectBuilderConfiguration.setGlobalProfileManager(ProfileManager globalProfileManager)
           
 ProjectBuilderConfiguration ProjectBuilderConfiguration.setLocalRepository(ArtifactRepository localRepository)
           
 ProjectBuilderConfiguration ProjectBuilderConfiguration.setUserProperties(Properties userProperties)
           
 ProjectBuilderConfiguration ProjectBuilderConfiguration.setExecutionProperties(Properties executionProperties)
           
 ProjectBuilderConfiguration ProjectBuilderConfiguration.setBuildStartTime(Date buildStartTime)
           
 ProjectBuilderConfiguration MavenProject.getProjectBuilderConfiguration()
          Retrieve the ProjectBuilderConfiguration instance used to construct this MavenProject instance.
 ProjectBuilderConfiguration DefaultProjectBuilderConfiguration.setGlobalProfileManager(ProfileManager globalProfileManager)
           
 ProjectBuilderConfiguration DefaultProjectBuilderConfiguration.setLocalRepository(ArtifactRepository localRepository)
           
 ProjectBuilderConfiguration DefaultProjectBuilderConfiguration.setUserProperties(Properties userProperties)
           
 ProjectBuilderConfiguration DefaultProjectBuilderConfiguration.setExecutionProperties(Properties executionProperties)
           
 ProjectBuilderConfiguration DefaultProjectBuilderConfiguration.setBuildStartTime(Date buildStartTime)
           
 

Methods in org.apache.maven.project with parameters of type ProjectBuilderConfiguration
 void MavenProject.setProjectBuilderConfiguration(ProjectBuilderConfiguration projectBuilderConfiguration)
          Set the ProjectBuilderConfiguration instance used to construct this MavenProject instance.
 MavenProject DefaultMavenProjectBuilder.build(File pom, ProjectBuilderConfiguration config)
           
 MavenProject DefaultMavenProjectBuilder.build(File pom, ProjectBuilderConfiguration config, boolean checkDistributionManagementStatus)
           
 MavenProject DefaultMavenProjectBuilder.buildStandaloneSuperProject(ProjectBuilderConfiguration config)
           
 void DefaultMavenProjectBuilder.calculateConcreteState(MavenProject project, ProjectBuilderConfiguration config)
          Variant of MavenProjectBuilder.calculateConcreteState(MavenProject, ProjectBuilderConfiguration, boolean) which assumes that project references should be processed. This is provided for performance reasons, for cases where you know all projects in the reactor will be processed, making traversal of project references unnecessary.
 void DefaultMavenProjectBuilder.calculateConcreteState(MavenProject project, ProjectBuilderConfiguration config, boolean processProjectReferences)
          Up to this point, the build section of the POM remains uninterpolated except for the artifact coordinates it contains. This method will interpolate the build section and associated project-instance data structures. Along with the MavenProjectBuilder#restoreDynamicState(MavenProject, ProjectBuilderConfiguration, boolean) method, this method allows expressions in these areas of the POM and project instance to be reevaluated in the event that a mojo changes one the build-path values, or a project property.

This method will process the following:
  1. the specified project's parent project (if not null)
  2. specified project
  3. its execution project (if not null)
  4. any project references (iff processReferences == true)
 void DefaultMavenProjectBuilder.restoreDynamicState(MavenProject project, ProjectBuilderConfiguration config)
          {@inheritDoc}
 void DefaultMavenProjectBuilder.restoreDynamicState(MavenProject project, ProjectBuilderConfiguration config, boolean processProjectReferences)
          {@inheritDoc}
 MavenProject MavenProjectBuilder.buildStandaloneSuperProject(ProjectBuilderConfiguration config)
           
 MavenProject MavenProjectBuilder.build(File pom, ProjectBuilderConfiguration config)
           
 MavenProject MavenProjectBuilder.build(File pom, ProjectBuilderConfiguration config, boolean checkDistributionManagementStatus)
           
 void MavenProjectBuilder.calculateConcreteState(MavenProject project, ProjectBuilderConfiguration config)
          Variant of MavenProjectBuilder.calculateConcreteState(MavenProject, ProjectBuilderConfiguration, boolean) which assumes that project references should be processed.
 void MavenProjectBuilder.calculateConcreteState(MavenProject project, ProjectBuilderConfiguration config, boolean processReferences)
          Up to this point, the build section of the POM remains uninterpolated except for the artifact coordinates it contains.
 

Uses of ProjectBuilderConfiguration in org.apache.maven.project.artifact
 

Methods in org.apache.maven.project.artifact with parameters of type ProjectBuilderConfiguration
protected  void VersionExpressionTransformation.interpolateVersions(File pomFile, File outputFile, Model model, File projectDir, ProjectBuilderConfiguration config)
           
 

Uses of ProjectBuilderConfiguration in org.apache.maven.project.interpolation
 

Methods in org.apache.maven.project.interpolation with parameters of type ProjectBuilderConfiguration
 Model AbstractStringBasedModelInterpolator.interpolate(Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled)
           
 String AbstractStringBasedModelInterpolator.interpolate(String src, Model model, File projectDir, ProjectBuilderConfiguration config, boolean debug)
          Interpolates all expressions in the src parameter.
protected  List AbstractStringBasedModelInterpolator.createValueSources(Model model, File projectDir, ProjectBuilderConfiguration config)
           
protected  List AbstractStringBasedModelInterpolator.createPostProcessors(Model model, File projectDir, ProjectBuilderConfiguration config)
           
 Model ModelInterpolator.interpolate(Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled)
           
 String ModelInterpolator.interpolate(String src, Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled)
           
 Model StringSearchModelInterpolator.interpolate(Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled)
           
protected  void StringSearchModelInterpolator.interpolateObject(Object obj, Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled)
           
 



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