Package | Description |
---|---|
org.apache.maven.project | |
org.apache.maven.project.interpolation |
Modifier and Type | Class and Description |
---|---|
class |
DefaultProjectBuilderConfiguration |
Modifier and Type | Method and Description |
---|---|
MavenProject |
MavenProjectBuilder.build(File pom,
ProjectBuilderConfiguration config) |
MavenProject |
DefaultMavenProjectBuilder.build(File pom,
ProjectBuilderConfiguration config) |
MavenProject |
MavenProjectBuilder.build(File pom,
ProjectBuilderConfiguration config,
boolean checkDistributionManagementStatus) |
MavenProject |
DefaultMavenProjectBuilder.build(File pom,
ProjectBuilderConfiguration config,
boolean checkDistributionManagementStatus) |
MavenProject |
MavenProjectBuilder.buildStandaloneSuperProject(ProjectBuilderConfiguration config) |
MavenProject |
DefaultMavenProjectBuilder.buildStandaloneSuperProject(ProjectBuilderConfiguration config) |
void |
MavenProjectBuilder.calculateConcreteState(MavenProject project,
ProjectBuilderConfiguration config)
Variant of
MavenProjectBuilder.calculateConcreteState(MavenProject, ProjectBuilderConfiguration, boolean)
which assumes that project references should be processed. |
void |
DefaultMavenProjectBuilder.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 |
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.
|
void |
DefaultMavenProjectBuilder.restoreDynamicState(MavenProject project,
ProjectBuilderConfiguration config) |
void |
DefaultMavenProjectBuilder.restoreDynamicState(MavenProject project,
ProjectBuilderConfiguration config,
boolean processProjectReferences) |
void |
MavenProject.setProjectBuilderConfiguration(ProjectBuilderConfiguration projectBuilderConfiguration)
Set the
ProjectBuilderConfiguration instance used to construct this MavenProject instance. |
Modifier and Type | Method and Description |
---|---|
protected List<org.codehaus.plexus.interpolation.InterpolationPostProcessor> |
AbstractStringBasedModelInterpolator.createPostProcessors(Model model,
File projectDir,
ProjectBuilderConfiguration config) |
protected List<org.codehaus.plexus.interpolation.ValueSource> |
AbstractStringBasedModelInterpolator.createValueSources(Model model,
File projectDir,
ProjectBuilderConfiguration config) |
Model |
StringSearchModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled) |
Model |
ModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled) |
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled) |
String |
ModelInterpolator.interpolate(String src,
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 void |
StringSearchModelInterpolator.interpolateObject(Object obj,
Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled) |
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.