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

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Mon Jun 14 13:24:46 EDT 2010


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