[
https://jira.jboss.org/browse/SHRINKWRAP-81?page=com.atlassian.jira.plugi...
]
Andrew Lee Rubinger resolved SHRINKWRAP-81.
-------------------------------------------
Resolution: Won't Fix
Exporter methods represent a logical end, and don't need to return the archive in
question
Create non chain breaking versions of Exporter methods
------------------------------------------------------
Key: SHRINKWRAP-81
URL:
https://jira.jboss.org/browse/SHRINKWRAP-81
Project: ShrinkWrap
Issue Type: Task
Reporter: Aslak Knutsen
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)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira