org.apache.maven.project.builder
Class Interpolator

java.lang.Object
  extended by org.apache.maven.project.builder.Interpolator

public class Interpolator
extends java.lang.Object


Constructor Summary
Interpolator()
           
 
Method Summary
static Model interpolateModel(Model model, java.util.List<org.apache.maven.shared.model.InterpolatorProperty> interpolatorProperties, java.io.File projectDirectory)
           
static void interpolateModelProperties(java.util.List<org.apache.maven.shared.model.ModelProperty> modelProperties, java.util.List<org.apache.maven.shared.model.InterpolatorProperty> interpolatorProperties, PomClassicDomainModel domainModel)
           
static java.lang.String interpolateXmlString(java.lang.String xml, java.util.List<org.apache.maven.shared.model.InterpolatorProperty> interpolatorProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interpolator

public Interpolator()
Method Detail

interpolateXmlString

public static java.lang.String interpolateXmlString(java.lang.String xml,
                                                    java.util.List<org.apache.maven.shared.model.InterpolatorProperty> interpolatorProperties)
                                             throws java.io.IOException
Throws:
java.io.IOException

interpolateModel

public static Model interpolateModel(Model model,
                                     java.util.List<org.apache.maven.shared.model.InterpolatorProperty> interpolatorProperties,
                                     java.io.File projectDirectory)
                              throws java.io.IOException
Throws:
java.io.IOException

interpolateModelProperties

public static void interpolateModelProperties(java.util.List<org.apache.maven.shared.model.ModelProperty> modelProperties,
                                              java.util.List<org.apache.maven.shared.model.InterpolatorProperty> interpolatorProperties,
                                              PomClassicDomainModel domainModel)
                                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.