[shrinkwrap-issues] [JBoss JIRA] Resolved: (SHRINKWRAP-81) Create non chain breaking versions of Exporter methods

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Thu Jul 22 20:21:39 EDT 2010


     [ https://jira.jboss.org/browse/SHRINKWRAP-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

        


More information about the shrinkwrap-issues mailing list