]
Aslak Knutsen closed SHRINKWRAP-203.
------------------------------------
Resolution: Duplicate Issue
SHRINKWRAP-192
Should be able to get a added Archive as a type
-----------------------------------------------
Key: SHRINKWRAP-203
URL:
https://jira.jboss.org/browse/SHRINKWRAP-203
Project: ShrinkWrap
Issue Type: Feature Request
Components: api, impl-base
Affects Versions: 1.0.0-alpha-10
Reporter: Aslak Knutsen
It should be possible to "get" a nested Archive out of the parent Archive
without having to cast/rely on impl details:
Archive<?> applicationArchive =
((ArchiveAsset)archive.get(ArchivePaths.create("test.war")).getAsset()).getArchive();
A simple design could be:
WebArchive applicationArchive = archive.get(WebArchive.class,
ArchivePaths.create("test.war"));
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: