org.apache.maven
Interface ConfigurationInterpolator

All Known Implementing Classes:
ReflectionConfigurationInterpolator

public interface ConfigurationInterpolator


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

Field Detail

ROLE

static final String ROLE
Method Detail

interpolate

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


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