public class XmlAppendingTransformer extends Object
Constructor and Description |
---|
XmlAppendingTransformer() |
Modifier and Type | Method and Description |
---|---|
boolean |
canTransformResource(String r) |
boolean |
hasTransformedResource() |
void |
modifyOutputStream(JarOutputStream jos) |
void |
processResource(String resource,
InputStream is,
List<Relocator> relocators)
Transform an individual resource
|
void |
processResource(String resource,
InputStream is,
List<Relocator> relocators,
long time)
Transform an individual resource
|
public static final String XSI_NS
public boolean canTransformResource(String r)
public void processResource(String resource, InputStream is, List<Relocator> relocators, long time) throws IOException
ReproducibleResourceTransformer
resource
- The resource nameis
- An input stream for the resource, the implementation should *not* close this streamrelocators
- A list of relocatorstime
- the time of the resource to processIOException
- When the IO blows uppublic boolean hasTransformedResource()
public void modifyOutputStream(JarOutputStream jos) throws IOException
IOException
public final void processResource(String resource, InputStream is, List<Relocator> relocators) throws IOException
ResourceTransformer
processResource
in interface ResourceTransformer
resource
- The resource nameis
- An input stream for the resource, the implementation should *not* close this streamrelocators
- A list of relocatorsIOException
- When the IO blows upCopyright © 2002–2020 The Apache Software Foundation. All rights reserved.