Class UserFieldValuesRewriter

    • Constructor Detail

      • UserFieldValuesRewriter

        public UserFieldValuesRewriter​(IReadProperties values)
    • Method Detail

      • rewriteContent

        public InputStream rewriteContent​(String file,
                                          InputStream in)
                                   throws Exception
        Description copied from interface: StreamRewriter
        Load the incoming stream and return a new stream for rewritten content. The rewriter can consume the incoming stream fully until EOF.
        Specified by:
        rewriteContent in interface StreamRewriter
        Parameters:
        file - name of the file
        in - Incoming content
        Returns:
        Replacement stream e.g the incoming stream
        Throws:
        Exception