Class DefaultShader

  • All Implemented Interfaces:
    Shader, org.codehaus.plexus.logging.LogEnabled

    @Component(role=Shader.class,
               hint="default")
    public class DefaultShader
    extends org.codehaus.plexus.logging.AbstractLogEnabled
    implements Shader
    Author:
    Jason van Zyl
    • Constructor Detail

      • DefaultShader

        public DefaultShader()
    • Method Detail

      • shade

        public void shade​(ShadeRequest shadeRequest)
                   throws IOException,
                          org.apache.maven.plugin.MojoExecutionException
        Description copied from interface: Shader
        Perform a shading operation.
        Specified by:
        shade in interface Shader
        Parameters:
        shadeRequest - holds the many parameters to this method
        Throws:
        IOException - for IO errors reading the thing
        org.apache.maven.plugin.MojoExecutionException - for anything else that goes wrong.