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 classFileArchiveThis 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 classMultiReadableArchiveImplements ReadableArchive based on multiple underlying ReadableArchives, each of which will be processed in order when looking up entries, finding the manifest, etc.
-