org.apache.maven.project.interpolation
Interface ModelInterpolator
- All Known Implementing Classes: 
 - RegexBasedModelInterpolator
 
public interface ModelInterpolator
- Author:
 
  - jdcasey
         
         Created on Feb 2, 2005
 
 
 
ROLE
static final String ROLE
interpolate
Model interpolate(Model project,
                  Map context)
                  throws ModelInterpolationException
- Throws:
 ModelInterpolationException
 
interpolate
Model interpolate(Model model,
                  Map context,
                  boolean strict)
                  throws ModelInterpolationException
- Throws:
 ModelInterpolationException
 
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.