org.apache.maven.plugin.assembly.interpolation
Class AssemblyInterpolator
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
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 $
|
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 |
AssemblyInterpolator
public AssemblyInterpolator()
throws IOException
- Throws:
IOException
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.