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

Should be possible to get a nested Archive as a type

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • None
    • None
    • api, impl-base
    • 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"))

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: