Package org.apache.maven.plugins.shade
Interface Shader
-
- All Known Implementing Classes:
DefaultShader
public interface Shader
Interface that defines the process of shading.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
shade(ShadeRequest shadeRequest)
Perform a shading operation.
-
-
-
Method Detail
-
shade
void shade(ShadeRequest shadeRequest) throws java.io.IOException, MojoExecutionException
Perform a shading operation.- Parameters:
shadeRequest
- holds the many parameters to this method- Throws:
java.io.IOException
- for IO errors reading the thingMojoExecutionException
- for anything else that goes wrong.
-
-