public interface Shader
| Modifier and Type | Method and Description |
|---|---|
void |
shade(ShadeRequest shadeRequest)
Perform a shading operation.
|
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 © 2002–2022 The Apache Software Foundation. All rights reserved.