JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.sun.enterprise.deploy.shared.AbstractReadableArchive
Packages that use
AbstractReadableArchive
Package
Description
com.sun.enterprise.deploy.shared
com.sun.enterprise.deployment.deploy.shared
Uses of
AbstractReadableArchive
in
com.sun.enterprise.deploy.shared
Subclasses of
AbstractReadableArchive
in
com.sun.enterprise.deploy.shared
Modifier and Type
Class
Description
class
FileArchive
This implementation of the Archive interface maps to a directory/file structure.
Uses of
AbstractReadableArchive
in
com.sun.enterprise.deployment.deploy.shared
Subclasses of
AbstractReadableArchive
in
com.sun.enterprise.deployment.deploy.shared
Modifier and Type
Class
Description
class
MultiReadableArchive
Implements ReadableArchive based on multiple underlying ReadableArchives, each of which will be processed in order when looking up entries, finding the manifest, etc.