org.apache.maven.project.interpolation
Interface ModelInterpolator

All Known Implementing Classes:
RegexBasedModelInterpolator

public interface ModelInterpolator

Author:
jdcasey

Created on Feb 2, 2005


Field Summary
static String ROLE
           
 
Method Summary
 Model interpolate(Model project, Map context)
           
 Model interpolate(Model model, Map context, boolean strict)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

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.