public interface ResourceTransformer
Modifier and Type | Method and Description |
---|---|
boolean |
canTransformResource(String resource) |
boolean |
hasTransformedResource() |
void |
modifyOutputStream(JarOutputStream jarOut) |
void |
processResource(String resource,
InputStream is,
List<Relocator> relocators) |
boolean canTransformResource(String resource)
void processResource(String resource, InputStream is, List<Relocator> relocators) throws IOException
IOException
boolean hasTransformedResource()
void modifyOutputStream(JarOutputStream jarOut) throws IOException
IOException
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.