@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
Shadershade in interface ShadershadeRequest - holds the many parameters to this methodIOException - for IO errors reading the thingMojoExecutionException - for anything else that goes wrong.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.