Interface ReproducibleResourceTransformer

    • Method Detail

      • processResource

        void processResource​(java.lang.String resource,
                             java.io.InputStream is,
                             java.util.List<Relocator> relocators,
                             long time)
                      throws java.io.IOException
        Transform an individual resource
        Parameters:
        resource - The resource name
        is - An input stream for the resource, the implementation should *not* close this stream
        relocators - A list of relocators
        time - the time of the resource to process
        Throws:
        java.io.IOException - When the IO blows up