Interface EntryPreprocessor


  • public interface EntryPreprocessor
    The preprocessor that intercepts and processes every archive entry before it is extracted to the repository.
    • Method Detail

      • getProcessedStream

        InputStream getProcessedStream​(String entry,
                                       InputStream inputStream,
                                       DesignImporterContext designImporterContext)
        Processes the input stream and returns back its processed version.
        Parameters:
        entry - Name of the design package entry the content of which is getting processed.
        inputStream - The input stream for accessing the entry content
        designImporterContext - The design importer context
        Returns:
        InputStream for reading the processed entry content.