Uses of Interface
org.glassfish.api.deployment.archive.Archive
-
-
Uses of Archive in com.sun.enterprise.deploy.shared
Classes in com.sun.enterprise.deploy.shared that implement Archive Modifier and Type Class Description classAbstractReadableArchiveCommon methods for ReadableArchive implementationsclassFileArchiveThis implementation of the Archive interface maps to a directory/file structure.Methods in com.sun.enterprise.deploy.shared with parameters of type Archive Modifier and Type Method Description static voidFileArchive.StaleFileManager.Util. markDeletedArchive(Archive archive)Creates a marker file in the archive directory - if it still exists and contains any stale files. -
Uses of Archive in com.sun.enterprise.deployment.archivist
Methods in com.sun.enterprise.deployment.archivist with parameters of type Archive Modifier and Type Method Description VectorArchivist. getLibraries(Archive archive)protected StringArchivist. getUniqueEntryFilenameFor(Archive archive, String trialName) -
Uses of Archive in com.sun.enterprise.deployment.deploy.shared
Classes in com.sun.enterprise.deployment.deploy.shared that implement Archive Modifier and Type Class Description classDeploymentPlanArchiveThis Archive offers an abstraction for jsr88 deployment plan as defined for the SJES Application Server.classInputJarArchiveThis implementation of the Archive deal with reading jar files either from a JarFile or from a JarInputStreamclassJarArchiveThis abstract class contains all common implementation of the Archive/WritableArchive interfaces for Jar filesclassMemoryMappedArchiveclassMultiReadableArchiveImplements ReadableArchive based on multiple underlying ReadableArchives, each of which will be processed in order when looking up entries, finding the manifest, etc.classOutputJarArchiveProvides an implementation of the Archive that maps to a Jar file @see java.util.jar.JarFile -
Uses of Archive in com.sun.enterprise.deployment.deploy.spi
Methods in com.sun.enterprise.deployment.deploy.spi with parameters of type Archive Modifier and Type Method Description javax.enterprise.deploy.spi.status.ProgressObjectDeploymentManager. distribute(javax.enterprise.deploy.spi.Target[] targetList, Archive moduleArchive, Archive deploymentPlan, Object deploymentOptions)The distribute method performs three tasks; it validates the deployment configuration data, generates all container specific classes and interfaces, and moves the fully baked archive to the designated deployment targets. -
Uses of Archive in com.sun.enterprise.v3.server
Classes in com.sun.enterprise.v3.server that implement Archive Modifier and Type Class Description classCompositeArchiveA composite archive is a readable archive that hides the sub archives. -
Uses of Archive in org.glassfish.api.deployment.archive
Subinterfaces of Archive in org.glassfish.api.deployment.archive Modifier and Type Interface Description interfaceReadableArchiveInterface for implementing read access to an underlying archive on a unspecified mediuminterfaceWritableArchiveInterface for implementing write access to an underlying archive on a unspecified mediumClasses in org.glassfish.api.deployment.archive that implement Archive Modifier and Type Class Description classReadableArchiveAdapterA lot of methods need to be written in order to implement ReadableArchive. -
Uses of Archive in org.glassfish.appclient.client.acc
Classes in org.glassfish.appclient.client.acc that implement Archive 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 Archive in org.glassfish.deployapi.config
Classes in org.glassfish.deployapi.config that implement Archive Modifier and Type Class Description classConfigBeanArchiveThis class act as an ReadableArchive implementation, delegating all possible APIs to the JSR88 DeployObject object. -
Uses of Archive in org.glassfish.deployment.common
Methods in org.glassfish.deployment.common with parameters of type Archive Modifier and Type Method Description static voidModuleExploder. explodeModule(Archive source, File directory, boolean preserveManifest) -
Uses of Archive in org.glassfish.internal.embedded
Classes in org.glassfish.internal.embedded that implement Archive Modifier and Type Class Description classScatteredArchiveAbstraction for a scattered archive (parts disseminated in various directories) -
Uses of Archive in org.glassfish.web.deployment.archivist
Methods in org.glassfish.web.deployment.archivist with parameters of type Archive Modifier and Type Method Description Vector<String>WebArchivist. getLibraries(Archive archive)
-