|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.util.Properties userProperties)
|
ProjectBuilderConfiguration |
ProjectBuilderConfiguration.setExecutionProperties(java.util.Properties executionProperties)
|
ProjectBuilderConfiguration |
ProjectBuilderConfiguration.setBuildStartTime(java.util.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(java.util.Properties userProperties)
|
ProjectBuilderConfiguration |
DefaultProjectBuilderConfiguration.setExecutionProperties(java.util.Properties executionProperties)
|
ProjectBuilderConfiguration |
DefaultProjectBuilderConfiguration.setBuildStartTime(java.util.Date buildStartTime)
|
Methods in org.apache.maven.project with parameters of type ProjectBuilderConfiguration | |
MavenProject |
MavenProjectBuilder.buildStandaloneSuperProject(ProjectBuilderConfiguration config)
|
MavenProject |
MavenProjectBuilder.build(java.io.File pom,
ProjectBuilderConfiguration config)
|
MavenProject |
MavenProjectBuilder.build(java.io.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. |
void |
MavenProject.setProjectBuilderConfiguration(ProjectBuilderConfiguration projectBuilderConfiguration)
Set the ProjectBuilderConfiguration instance used to construct this MavenProject instance. |
MavenProject |
DefaultMavenProjectBuilder.build(java.io.File pom,
ProjectBuilderConfiguration config)
|
MavenProject |
DefaultMavenProjectBuilder.build(java.io.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:
|
void |
DefaultMavenProjectBuilder.restoreDynamicState(MavenProject project,
ProjectBuilderConfiguration config)
{@inheritDoc} |
void |
DefaultMavenProjectBuilder.restoreDynamicState(MavenProject project,
ProjectBuilderConfiguration config,
boolean processProjectReferences)
{@inheritDoc} |
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(java.io.File pomFile,
java.io.File outputFile,
Model model,
java.io.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 |
StringSearchModelInterpolator.interpolate(Model model,
java.io.File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
|
protected void |
StringSearchModelInterpolator.interpolateObject(java.lang.Object obj,
Model model,
java.io.File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
|
Model |
ModelInterpolator.interpolate(Model model,
java.io.File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
|
java.lang.String |
ModelInterpolator.interpolate(java.lang.String src,
Model model,
java.io.File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
|
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
java.io.File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
|
java.lang.String |
AbstractStringBasedModelInterpolator.interpolate(java.lang.String src,
Model model,
java.io.File projectDir,
ProjectBuilderConfiguration config,
boolean debug)
Interpolates all expressions in the src parameter. |
protected java.util.List |
AbstractStringBasedModelInterpolator.createValueSources(Model model,
java.io.File projectDir,
ProjectBuilderConfiguration config)
|
protected java.util.List |
AbstractStringBasedModelInterpolator.createPostProcessors(Model model,
java.io.File projectDir,
ProjectBuilderConfiguration config)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |