]
Aslak updated SHRINKWRAP-81:
----------------------------
Fix Version/s: 1.0.0-alpha-3
Create non chain breaking versions of Exporter methods
------------------------------------------------------
Key: SHRINKWRAP-81
URL:
https://jira.jboss.org/jira/browse/SHRINKWRAP-81
Project: ShrinkWrap
Issue Type: Task
Reporter: Aslak
Fix For: 1.0.0-alpha-3
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: