Interface ImportPackageHandler

    • Method Detail

      • startImport

        void startImport()
        Start the Import
      • getDataStream

        java.io.Reader getDataStream()
        Get the package data stream
        Returns:
        the reader
      • importStream

        java.io.InputStream importStream​(java.lang.String content)
        Call-back for handling the import of content stream.
        Parameters:
        content - content descriptor
        Returns:
        the input stream onto the content
      • endImport

        void endImport()
        End the Import