Uploaded image for project: 'ShrinkWrap'
  1. ShrinkWrap
  2. SHRINKWRAP-81

Create non chain breaking versions of Exporter methods

    XMLWordPrintable

Details

    • Task
    • Resolution: Won't Do
    • Major
    • None
    • None
    • None
    • None

    Description

      We should support to continue the method chaining after a Export.

      use case:

      archive.as(ZipExporter).zip(output)
      .as(TarExporter).tar(output)

      archive.as(ZipExporter).zip(output)
      .addResource(javaDoc)
      .addResource(Source)
      .as(TarExporter).tar(fulldist)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              aslak@redhat.com Aslak Knutsen
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: