Package | Description |
---|---|
org.apache.maven.project | |
org.apache.maven.project.interpolation |
Modifier and Type | Method and Description |
---|---|
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)
Variant of
MavenProjectBuilder.calculateConcreteState(MavenProject, ProjectBuilderConfiguration, boolean)
which assumes that project references should be processed. |
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 |
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.restoreDynamicState(MavenProject project,
ProjectBuilderConfiguration config) |
void |
DefaultMavenProjectBuilder.restoreDynamicState(MavenProject project,
ProjectBuilderConfiguration config,
boolean processProjectReferences) |
Modifier and Type | Method and Description |
---|---|
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled) |
Model |
ModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled) |
Model |
StringSearchModelInterpolator.interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled) |
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
Map<String,?> context) |
Model |
ModelInterpolator.interpolate(Model project,
Map<String,?> context)
Deprecated.
|
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
Map<String,?> context,
boolean strict)
Deprecated.
|
Model |
ModelInterpolator.interpolate(Model model,
Map<String,?> context,
boolean strict)
Deprecated.
|
String |
AbstractStringBasedModelInterpolator.interpolate(String src,
Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debug)
Interpolates all expressions in the src parameter.
|
String |
ModelInterpolator.interpolate(String src,
Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled) |
protected String |
AbstractStringBasedModelInterpolator.interpolateInternal(String src,
List<org.codehaus.plexus.interpolation.ValueSource> valueSources,
List<org.codehaus.plexus.interpolation.InterpolationPostProcessor> postProcessors,
boolean debug) |
protected void |
StringSearchModelInterpolator.interpolateObject(Object obj,
Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled) |
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.