@Component(role=Shader.class, hint="default") public class DefaultShader extends org.codehaus.plexus.logging.AbstractLogEnabled implements Shader
Constructor and Description |
---|
DefaultShader() |
Modifier and Type | Method and Description |
---|---|
void |
shade(ShadeRequest shadeRequest)
Perform a shading operation.
|
public void shade(ShadeRequest shadeRequest) throws IOException, MojoExecutionException
Shader
shade
in interface Shader
shadeRequest
- holds the many parameters to this methodIOException
- for IO errors reading the thingMojoExecutionException
- for anything else that goes wrong.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.