[shrinkwrap-issues] [JBoss JIRA] Created: (SHRINKWRAP-113) Create a Unified Exporter API

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Fri Jan 1 19:50:30 EST 2010


Create a Unified Exporter API
-----------------------------

                 Key: SHRINKWRAP-113
                 URL: https://jira.jboss.org/jira/browse/SHRINKWRAP-113
             Project: ShrinkWrap
          Issue Type: Feature Request
            Reporter: Aslak Knutsen


Exporter
	to(String)
		to(new File(String)) 
	to(File)
		File.isFile() -> LookupExporterType -> ZipExporter
		File.isDirectory -> ExplodedEporter
	to(URL)
		URL.getFile.isDirectory -> ExplodedImporter
		URL.openOutputStream() -> LookupExporterType -> ZipExporter
		


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