org.apache.maven
Interface ConfigurationInterpolator

All Known Implementing Classes:
ReflectionConfigurationInterpolator

public interface ConfigurationInterpolator


Method Summary
 Object interpolate(Object configObject, MavenProject project, ProjectBuilderConfiguration config)
           
 

Method Detail

interpolate

public Object interpolate(Object configObject,
                          MavenProject project,
                          ProjectBuilderConfiguration config)
                   throws ConfigurationInterpolationException
Throws:
ConfigurationInterpolationException


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