[shrinkwrap-issues] [JBoss JIRA] Updated: (SHRINKWRAP-192) Should be possible to get a nested Archive as a type

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Thu Jul 8 06:36:47 EDT 2010


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

Aslak Knutsen updated SHRINKWRAP-192:
-------------------------------------

    Component/s: api
                 impl-base


> Should be possible to get a nested Archive as a type
> ----------------------------------------------------
>
>                 Key: SHRINKWRAP-192
>                 URL: https://jira.jboss.org/browse/SHRINKWRAP-192
>             Project: ShrinkWrap
>          Issue Type: Feature Request
>          Components: api, impl-base
>            Reporter: Aslak Knutsen
>
> It would be helpful to be able to get added items out again without having to result to casting and depending on impl-base.
> e.g: 
> EnterpriseArchive ear = ShrinkWrap.create(EnterpriseArchive.class)
>                           .addModule(ShrinkWrap.create(WebArchive.class, "my.war"));
> WebArchive war = ear.get(WebArchive.class, ArchivePaths.create("/my.war")) 

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