|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ModelInterpolationException | |
| org.apache.maven.project | |
| org.apache.maven.project.artifact | |
| org.apache.maven.project.interpolation | |
| Uses of ModelInterpolationException in org.apache.maven.project |
| Methods in org.apache.maven.project that throw ModelInterpolationException | |
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 |
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 ModelInterpolationException in org.apache.maven.project.artifact |
| Methods in org.apache.maven.project.artifact that throw ModelInterpolationException | |
protected java.io.File |
VersionExpressionTransformation.transformVersions(java.io.File pomFile,
Artifact artifact,
ArtifactRepository localRepository)
|
protected void |
VersionExpressionTransformation.interpolateVersions(java.io.File pomFile,
java.io.File outputFile,
Model model,
java.io.File projectDir,
ProjectBuilderConfiguration config)
|
| Uses of ModelInterpolationException in org.apache.maven.project.interpolation |
| Methods in org.apache.maven.project.interpolation that throw ModelInterpolationException | |
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 project,
java.util.Map context)
Deprecated. Use ModelInterpolator.interpolate(Model, File, ProjectBuilderConfiguration, boolean) instead. |
Model |
ModelInterpolator.interpolate(Model model,
java.util.Map context,
boolean strict)
Deprecated. Use ModelInterpolator.interpolate(Model, File, ProjectBuilderConfiguration, boolean) instead. |
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.util.Map context)
|
Model |
AbstractStringBasedModelInterpolator.interpolate(Model model,
java.util.Map context,
boolean strict)
Deprecated. Use ModelInterpolator.interpolate(Model, File, ProjectBuilderConfiguration, boolean) instead. |
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.lang.String |
AbstractStringBasedModelInterpolator.interpolateInternal(java.lang.String src,
java.util.List valueSources,
java.util.List postProcessors,
boolean debug)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||