public interface Shader
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ROLE |
Modifier and Type | Method and Description |
---|---|
void |
shade(ShadeRequest shadeRequest)
Perform a shading operation.
|
void shade(ShadeRequest shadeRequest) throws java.io.IOException, org.apache.maven.plugin.MojoExecutionException
shadeRequest
- holds the many parameters to this methodjava.io.IOException
- for IO errors reading the thingorg.apache.maven.plugin.MojoExecutionException
- for anything else that goes wrong.