Class AssemblyInterpolator
- java.lang.Object
-
- org.apache.maven.plugins.assembly.interpolation.AssemblyInterpolator
-
public class AssemblyInterpolator extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
AssemblyInterpolator.PathTranslatingPostProcessor
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Set<java.lang.String>
INTERPOLATION_BLACKLIST
-
Constructor Summary
Constructors Constructor Description AssemblyInterpolator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AssemblyXpp3Reader.ContentTransformer
assemblyInterpolator(org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator interpolator, org.codehaus.plexus.interpolation.fixed.InterpolationState is, org.slf4j.Logger logger)
static void
checkErrors(AssemblyId assemblyId, org.codehaus.plexus.interpolation.fixed.InterpolationState interpolationState, org.slf4j.Logger logger)
static ComponentXpp3Reader.ContentTransformer
componentInterpolator(org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator interpolator, org.codehaus.plexus.interpolation.fixed.InterpolationState is, org.slf4j.Logger logger)
static org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator
fullInterpolator(org.apache.maven.project.MavenProject project, org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator projectIp, AssemblerConfigurationSource configSource)
-
-
-
Method Detail
-
assemblyInterpolator
public static AssemblyXpp3Reader.ContentTransformer assemblyInterpolator(org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator interpolator, org.codehaus.plexus.interpolation.fixed.InterpolationState is, org.slf4j.Logger logger)
-
componentInterpolator
public static ComponentXpp3Reader.ContentTransformer componentInterpolator(org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator interpolator, org.codehaus.plexus.interpolation.fixed.InterpolationState is, org.slf4j.Logger logger)
-
checkErrors
public static void checkErrors(AssemblyId assemblyId, org.codehaus.plexus.interpolation.fixed.InterpolationState interpolationState, org.slf4j.Logger logger)
-
fullInterpolator
public static org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator fullInterpolator(org.apache.maven.project.MavenProject project, org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator projectIp, AssemblerConfigurationSource configSource)
-
-