public interface Shader
| Modifier and Type | Method and Description |
|---|---|
void |
shade(ShadeRequest shadeRequest)
Perform a shading operation.
|
static final String ROLE
void shade(ShadeRequest shadeRequest) throws IOException, org.apache.maven.plugin.MojoExecutionException
shadeRequest - holds the many parameters to this methodIOException - for IO errors reading the thingorg.apache.maven.plugin.MojoExecutionException - for anything else that goes wrong.Copyright © 2016. All Rights Reserved.