org.apache.maven.project.interpolation
Interface ModelInterpolator
- All Known Implementing Classes:
- AbstractStringBasedModelInterpolator
- public interface ModelInterpolator
- Author:
- jdcasey
Created on Feb 2, 2005
Method Summary |
Model |
interpolate(Model model,
java.io.File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
|
Model |
interpolate(Model project,
java.util.Map context)
Deprecated. Use interpolate(Model, File, ProjectBuilderConfiguration, boolean) instead. |
Model |
interpolate(Model model,
java.util.Map context,
boolean strict)
Deprecated. Use interpolate(Model, File, ProjectBuilderConfiguration, boolean) instead. |
java.lang.String |
interpolate(java.lang.String src,
Model model,
java.io.File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
|
DEFAULT_BUILD_TIMESTAMP_FORMAT
public static final java.lang.String DEFAULT_BUILD_TIMESTAMP_FORMAT
- See Also:
- Constant Field Values
BUILD_TIMESTAMP_FORMAT_PROPERTY
public static final java.lang.String BUILD_TIMESTAMP_FORMAT_PROPERTY
- See Also:
- Constant Field Values
ROLE
public static final java.lang.String ROLE
interpolate
public Model interpolate(Model project,
java.util.Map context)
throws ModelInterpolationException
- Deprecated. Use
interpolate(Model, File, ProjectBuilderConfiguration, boolean)
instead.
- Throws:
ModelInterpolationException
interpolate
public Model interpolate(Model model,
java.util.Map context,
boolean strict)
throws ModelInterpolationException
- Deprecated. Use
interpolate(Model, File, ProjectBuilderConfiguration, boolean)
instead.
- Throws:
ModelInterpolationException
interpolate
public Model interpolate(Model model,
java.io.File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
throws ModelInterpolationException
- Throws:
ModelInterpolationException
interpolate
public java.lang.String interpolate(java.lang.String src,
Model model,
java.io.File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
throws ModelInterpolationException
- Throws:
ModelInterpolationException
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.