org.apache.maven.plugins.shade.resource
Class DontIncludeResourceTransformer

java.lang.Object
  extended by org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer
All Implemented Interfaces:
ResourceTransformer

public class DontIncludeResourceTransformer
extends Object
implements ResourceTransformer

A resource processor that prevents the inclusion of an arbitrary resource into the shaded JAR.


Constructor Summary
DontIncludeResourceTransformer()
           
 
Method Summary
 boolean canTransformResource(String r)
           
 boolean hasTransformedResource()
           
 void modifyOutputStream(JarOutputStream os)
           
 void processResource(String resource, InputStream is, List<Relocator> relocators)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DontIncludeResourceTransformer

public DontIncludeResourceTransformer()
Method Detail

canTransformResource

public boolean canTransformResource(String r)
Specified by:
canTransformResource in interface ResourceTransformer

processResource

public void processResource(String resource,
                            InputStream is,
                            List<Relocator> relocators)
                     throws IOException
Specified by:
processResource in interface ResourceTransformer
Throws:
IOException

hasTransformedResource

public boolean hasTransformedResource()
Specified by:
hasTransformedResource in interface ResourceTransformer

modifyOutputStream

public void modifyOutputStream(JarOutputStream os)
                        throws IOException
Specified by:
modifyOutputStream in interface ResourceTransformer
Throws:
IOException


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