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:
org.codehaus.plexus.logging.LogEnabled

public class AssemblyInterpolator
extends org.codehaus.plexus.logging.AbstractLogEnabled

Version:
$Id: AssemblyInterpolator.java 1639422 2014-11-13 18:08:07Z krosenvold $

Constructor Summary
AssemblyInterpolator()
           
 
Method Summary
static org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator buildInterpolator(org.apache.maven.project.MavenProject project, org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator projectIp, AssemblerConfigurationSource configSource)
           
protected  org.codehaus.plexus.logging.Logger getLogger()
           
 Assembly interpolate(Assembly assembly, org.apache.maven.project.MavenProject project, AssemblerConfigurationSource configSource, org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator projectInterpolator)
           
 
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,
                            org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator projectInterpolator)
                     throws AssemblyInterpolationException
Throws:
AssemblyInterpolationException

buildInterpolator

public static org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator buildInterpolator(org.apache.maven.project.MavenProject project,
                                                                                                      @Nonnull
                                                                                                      org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator projectIp,
                                                                                                      AssemblerConfigurationSource configSource)

getLogger

protected org.codehaus.plexus.logging.Logger getLogger()
Overrides:
getLogger in class org.codehaus.plexus.logging.AbstractLogEnabled


Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.