Uses of Class
org.apache.maven.project.interpolation.ModelInterpolationException

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 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}
 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 ModelInterpolationException in org.apache.maven.project.artifact
 

Methods in org.apache.maven.project.artifact that throw ModelInterpolationException
protected  File VersionExpressionTransformation.transformVersions(File pomFile, Artifact artifact, ArtifactRepository localRepository)
           
protected  void VersionExpressionTransformation.interpolateVersions(File pomFile, File outputFile, Model model, File projectDir, ProjectBuilderConfiguration config)
           
 

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

Methods in org.apache.maven.project.interpolation that throw ModelInterpolationException
 Model AbstractStringBasedModelInterpolator.interpolate(Model model, Map context)
           
 Model AbstractStringBasedModelInterpolator.interpolate(Model model, Map context, boolean strict)
          Deprecated. Use ModelInterpolator.interpolate(Model, File, ProjectBuilderConfiguration, boolean) instead.
 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  String AbstractStringBasedModelInterpolator.interpolateInternal(String src, List valueSources, List postProcessors, boolean debug)
           
 Model ModelInterpolator.interpolate(Model project, Map context)
          Deprecated. Use ModelInterpolator.interpolate(Model, File, ProjectBuilderConfiguration, boolean) instead.
 Model ModelInterpolator.interpolate(Model model, Map context, boolean strict)
          Deprecated. Use ModelInterpolator.interpolate(Model, File, ProjectBuilderConfiguration, boolean) instead.
 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.