Uploaded image for project: 'ShrinkWrap'
  1. ShrinkWrap
  2. SHRINKWRAP-192

Should be possible to get a nested Archive as a type

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • api, impl-base
    • None

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

            aslak@redhat.com Aslak Knutsen
            aslak@redhat.com Aslak Knutsen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: