Interface StreamExporter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      InputStream exportAsInputStream()
      Exports this reference in an implementation-specific format represented by the returned new InputStream instance
      void exportTo​(File target)
      Exports provided archive as in an implementation-specific format, written to the specified File target.
      void exportTo​(File target, boolean overwrite)
      Exports provided archive an implementation-specific format, written to the specified File target.
      void exportTo​(OutputStream target)
      Exports provided archive in an implementation-specific format, written to the specified OutputStream target.
      • Methods inherited from interface org.jboss.shrinkwrap.api.Assignable

        as