ResourceTransformerpublic class ManifestResourceTransformer extends Object implements ResourceTransformer
| Constructor | Description |
|---|---|
ManifestResourceTransformer() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
canTransformResource(String resource) |
|
boolean |
hasTransformedResource() |
|
void |
modifyOutputStream(JarOutputStream jos) |
|
void |
processResource(String resource,
InputStream is,
List<Relocator> relocators) |
Transform an individual resource
|
public boolean canTransformResource(String resource)
canTransformResource in interface ResourceTransformerpublic void processResource(String resource, InputStream is, List<Relocator> relocators) throws IOException
ResourceTransformerprocessResource in interface ResourceTransformerresource - The resoure nameis - An input stream for the resource, the implementation should *not* close this streamrelocators - A list of relocatorsIOException - When the IO blows uppublic boolean hasTransformedResource()
hasTransformedResource in interface ResourceTransformerpublic void modifyOutputStream(JarOutputStream jos) throws IOException
modifyOutputStream in interface ResourceTransformerIOExceptionCopyright © 2002–2019 The Apache Software Foundation. All rights reserved.