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

Aslak (JIRA) jira-events at lists.jboss.org
Mon Nov 16 16:49:29 EST 2009


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


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/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the shrinkwrap-issues mailing list