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