public interface ReproducibleResourceTransformer extends ResourceTransformer
| Modifier and Type | Method and Description |
|---|---|
void |
processResource(String resource,
InputStream is,
List<Relocator> relocators,
long time)
Transform an individual resource
|
canTransformResource, hasTransformedResource, modifyOutputStream, processResourcevoid processResource(String resource, InputStream is, List<Relocator> relocators, long time) throws IOException
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 upCopyright © 2002–2020 The Apache Software Foundation. All rights reserved.