Class MultiReadableArchive

java.lang.Object
com.sun.enterprise.deploy.shared.AbstractReadableArchive
com.sun.enterprise.deployment.deploy.shared.MultiReadableArchive
All Implemented Interfaces:
AutoCloseable, 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