org.apache.maven.plugins.shade
Class MockShader
java.lang.Object
org.apache.maven.plugins.shade.MockShader
- All Implemented Interfaces:
- Shader
@Component(role=org.apache.maven.plugins.shade.Shader.class,
hint="mock")
public class MockShader
- extends Object
- implements Shader
- Author:
- Olivier Lamy
Fields inherited from interface org.apache.maven.plugins.shade.Shader |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockShader
public MockShader()
shade
public void shade(Set<File> jars,
File uberJar,
List<Filter> filters,
List<Relocator> relocators,
List<ResourceTransformer> resourceTransformers)
throws IOException,
MojoExecutionException
- Specified by:
shade
in interface Shader
- Throws:
IOException
MojoExecutionException
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.