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 java.lang.String |
ROLE
|
ROLE
static final java.lang.String ROLE
interpolate
Model interpolate(Model project,
java.util.Map context)
throws ModelInterpolationException
- Throws:
ModelInterpolationException
interpolate
Model interpolate(Model model,
java.util.Map context,
boolean strict)
throws ModelInterpolationException
- Throws:
ModelInterpolationException
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.