Details
-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
Description
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"))
Gliffy Diagrams
Issue Links
- is blocked by
-
SHRINKWRAP-236
Introduce content read criteria to find contents in Archive
-
- Open
-
If we had a content criteria, then getting a nested archive would be simple. However, convenience methods would still be nice.