[shrinkwrap-issues] [JBoss JIRA] Created: (SHRINKWRAP-87) Add option to export ZIP to File

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Fri Nov 20 12:24:29 EST 2009


Add option to export ZIP to File
--------------------------------

                 Key: SHRINKWRAP-87
                 URL: https://jira.jboss.org/jira/browse/SHRINKWRAP-87
             Project: ShrinkWrap
          Issue Type: Feature Request
          Components: api, impl-base
            Reporter: Andrew Lee Rubinger
            Assignee: Andrew Lee Rubinger


Originally we'd left exportZip returning InputStream with the intent that users could do whatever they wanted with it.  However I'm finding that it's a often-desired feature to export to a real File, so add:

void ZipExporter.exportZip(File target) throws IOException;

-- 
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