org.apache.maven
Interface ConfigurationInterpolator

All Known Implementing Classes:
ReflectionConfigurationInterpolator

public interface ConfigurationInterpolator


Field Summary
static java.lang.String ROLE
           
 
Method Summary
 java.lang.Object interpolate(java.lang.Object configObject, MavenProject project, ProjectBuilderConfiguration config)
           
 

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

interpolate

java.lang.Object interpolate(java.lang.Object configObject,
                             MavenProject project,
                             ProjectBuilderConfiguration config)
                             throws ConfigurationInterpolationException
Throws:
ConfigurationInterpolationException


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.