| Constructor and Description |
|---|
DefaultShader() |
| Modifier and Type | Method and Description |
|---|---|
void |
shade(Set jars,
File uberJar,
List filters,
List relocators,
List resourceTransformers)
Perform a shading operation.
|
public void shade(Set jars, File uberJar, List filters, List relocators, List resourceTransformers) throws IOException, org.apache.maven.plugin.MojoExecutionException
Shadershade in interface Shaderjars - which jarsuberJar - output jarfilters - the filtersrelocators - the relocatorsresourceTransformers - the transformersIOException - for IO errors reading the thingorg.apache.maven.plugin.MojoExecutionException - for anything else that goes wrong.Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.