Class MultiReadableArchive

  • All Implemented Interfaces:
    org.glassfish.api.deployment.archive.Archive, org.glassfish.api.deployment.archive.ReadableArchive

    @Service
    @PerLookup
    public class MultiReadableArchive
    extends AbstractReadableArchive
    Implements ReadableArchive based on multiple underlying ReadableArchives, each of which will be processed in order when looking up entries, finding the manifest, etc.
    Author:
    tjquinn