Class MockShader

  • All Implemented Interfaces:
    org.apache.maven.plugins.shade.Shader

    @Singleton
    @Named("mock")
    public class MockShader
    extends java.lang.Object
    implements org.apache.maven.plugins.shade.Shader
    Author:
    Olivier Lamy
    • Constructor Summary

      Constructors 
      Constructor Description
      MockShader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void shade​(org.apache.maven.plugins.shade.ShadeRequest shadeRequest)  
      • Methods inherited from class java.lang.Object

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

      • MockShader

        public MockShader()
    • Method Detail

      • shade

        public void shade​(org.apache.maven.plugins.shade.ShadeRequest shadeRequest)
                   throws java.io.IOException,
                          MojoExecutionException
        Specified by:
        shade in interface org.apache.maven.plugins.shade.Shader
        Throws:
        java.io.IOException
        MojoExecutionException