Uses of Class
com.sun.enterprise.deploy.shared.AbstractReadableArchive
-
-
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. -
Uses of AbstractReadableArchive in com.sun.enterprise.v3.server
Subclasses of AbstractReadableArchive in com.sun.enterprise.v3.server Modifier and Type Class Description classCompositeArchiveA composite archive is a readable archive that hides the sub archives. -
Uses of AbstractReadableArchive in org.glassfish.appclient.client.acc
Subclasses of AbstractReadableArchive in org.glassfish.appclient.client.acc Modifier and Type Class Description classHTTPInputArchiveImplements ReadableArchive for the http (and https) protocol to support launches of app clients using Java Web Start.classHTTPSInputArchiveImplements ReadableArchive for the https protocol to support launches of app clients using Java Web Start. -
Uses of AbstractReadableArchive in org.glassfish.deployapi.config
Subclasses of AbstractReadableArchive in org.glassfish.deployapi.config Modifier and Type Class Description classConfigBeanArchiveThis class act as an ReadableArchive implementation, delegating all possible APIs to the JSR88 DeployObject object.
-