Class AssemblyInterpolator


  • public class AssemblyInterpolator
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Set<java.lang.String> INTERPOLATION_BLACKLIST  
    • 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.codehaus.plexus.logging.Logger logger)  
      static void checkErrors​(AssemblyId assemblyId, org.codehaus.plexus.interpolation.fixed.InterpolationState interpolationState, org.codehaus.plexus.logging.Logger logger)  
      static ComponentXpp3Reader.ContentTransformer componentInterpolator​(org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator interpolator, org.codehaus.plexus.interpolation.fixed.InterpolationState is, org.codehaus.plexus.logging.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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INTERPOLATION_BLACKLIST

        private static final java.util.Set<java.lang.String> INTERPOLATION_BLACKLIST
    • Constructor Detail

      • AssemblyInterpolator

        public AssemblyInterpolator()
                             throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • assemblyInterpolator

        public static AssemblyXpp3Reader.ContentTransformer assemblyInterpolator​(org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator interpolator,
                                                                                 org.codehaus.plexus.interpolation.fixed.InterpolationState is,
                                                                                 org.codehaus.plexus.logging.Logger logger)
      • componentInterpolator

        public static ComponentXpp3Reader.ContentTransformer componentInterpolator​(org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator interpolator,
                                                                                   org.codehaus.plexus.interpolation.fixed.InterpolationState is,
                                                                                   org.codehaus.plexus.logging.Logger logger)
      • checkErrors

        public static void checkErrors​(AssemblyId assemblyId,
                                       org.codehaus.plexus.interpolation.fixed.InterpolationState interpolationState,
                                       org.codehaus.plexus.logging.Logger logger)
      • fullInterpolator

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