org.apache.maven.plugin.assembly.interpolation
Class AssemblyInterpolator

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.apache.maven.plugin.assembly.interpolation.AssemblyInterpolator
All Implemented Interfaces:
LogEnabled

public class AssemblyInterpolator
extends AbstractLogEnabled

Version:
$Id: AssemblyInterpolator.java 1005618 2010-10-07 20:43:22Z jdcasey $

Constructor Summary
AssemblyInterpolator()
           
 
Method Summary
static org.codehaus.plexus.interpolation.Interpolator buildInterpolator(org.apache.maven.project.MavenProject project, AssemblerConfigurationSource configSource)
           
protected  Logger getLogger()
           
 Assembly interpolate(Assembly assembly, org.apache.maven.project.MavenProject project, AssemblerConfigurationSource configSource)
           
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssemblyInterpolator

public AssemblyInterpolator()
                     throws IOException
Throws:
IOException
Method Detail

interpolate

public Assembly interpolate(Assembly assembly,
                            org.apache.maven.project.MavenProject project,
                            AssemblerConfigurationSource configSource)
                     throws AssemblyInterpolationException
Throws:
AssemblyInterpolationException

buildInterpolator

public static org.codehaus.plexus.interpolation.Interpolator buildInterpolator(org.apache.maven.project.MavenProject project,
                                                                               AssemblerConfigurationSource configSource)

getLogger

protected Logger getLogger()
Overrides:
getLogger in class AbstractLogEnabled


Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.