org.fusesource.mvnplugins.uberize.transformer
public class ClassShader extends Object implements Transformer
Modifier and Type | Field and Description |
---|---|
PackageRelocation[] |
relocations |
Resources |
resources |
Constructor and Description |
---|
ClassShader() |
public PackageRelocation[] relocations
public Resources resources
public void process(Uberizer uberizer, File workDir, TreeMap<String,UberEntry> nodes) throws IOException
Transformer
process
in interface Transformer
uberizer
- the Uberizer instance requesting the transformation.workDir
- a work directory that the transformer can store transformed files innodes
- a map of all the jar entries that will be included in the uber jarIOException
Copyright © 2009-2013 FuseSource. All Rights Reserved.