org.apache.maven.plugins.shade
Interface Shader

All Known Implementing Classes:
DefaultShader

public interface Shader

Author:
Jason van Zyl

Field Summary
static String ROLE
           
 
Method Summary
 void shade(Set jars, File uberJar, List filters, List relocators, List resourceTransformers)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

shade

void shade(Set jars,
           File uberJar,
           List filters,
           List relocators,
           List resourceTransformers)
           throws IOException
Throws:
IOException


Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.