[shrinkwrap-issues] [JBoss JIRA] Commented: (SHRINKWRAP-112) Create a Unified Importer API

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Sun Jan 3 17:48:30 EST 2010


    [ https://jira.jboss.org/jira/browse/SHRINKWRAP-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12501889#action_12501889 ] 

Andrew Lee Rubinger commented on SHRINKWRAP-112:
------------------------------------------------

Given:

from(String) > from(new File(String))

...what would you expect of:

from("http://mydomain.com/resource.xml") 

...?  We need to support both URL and File representations of the accepted String, and do it correctly.

------
Given: 

from(URL) > from(new File(URL))

...what would you expect of:

from(new URL("http://mydomain.com/resource.xml"))

...?

In short, I like this feature.  Let's iron out a way to make it work consistently for all cases when the forums become available again. :)

> Create a Unified Importer API
> -----------------------------
>
>                 Key: SHRINKWRAP-112
>                 URL: https://jira.jboss.org/jira/browse/SHRINKWRAP-112
>             Project: ShrinkWrap
>          Issue Type: Feature Request
>            Reporter: Aslak Knutsen
>            Assignee: Aslak Knutsen
>
> Importer	
> 	from(String)
> 		from(new File(String)) 
> 	from(File)
> 		File.isFile -> LookupImporterType -> ZipImporter
> 		File.isDirectory -> ExplodedImporter
> 	from(URL)
> 		URL.getFile.isDirectory -> ExplodedImporter
> 		URL.getExtension -> LookupImporterType -> ZipImporter

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