Uses of Interface
org.glassfish.api.deployment.archive.WritableArchive
-
-
Uses of WritableArchive in com.sun.enterprise.deploy.shared
Classes in com.sun.enterprise.deploy.shared that implement WritableArchive Modifier and Type Class Description classFileArchiveThis implementation of the Archive interface maps to a directory/file structure.Methods in com.sun.enterprise.deploy.shared that return WritableArchive Modifier and Type Method Description WritableArchiveArchiveFactory. createArchive(File path)WritableArchiveArchiveFactory. createArchive(String protocol, File path)WritableArchiveArchiveFactory. createArchive(String protocol, URI path)WritableArchiveArchiveFactory. createArchive(URI path)Creates a new archivist using the URL as the path.WritableArchiveFileArchive. createSubArchive(String name)create or obtain an embedded archive within this abstraction.Methods in com.sun.enterprise.deploy.shared with parameters of type WritableArchive Modifier and Type Method Description voidFileArchive. closeEntry(WritableArchive subArchive)Close a previously returned sub archive -
Uses of WritableArchive in com.sun.enterprise.deployment.archivist
Methods in com.sun.enterprise.deployment.archivist with parameters of type WritableArchive Modifier and Type Method Description protected static voidArchivist. addFileToArchive(WritableArchive archive, String filePath, String entryName)add a file to an output abstract archivevoidArchivist. copyAnEntry(ReadableArchive in, WritableArchive out, String entryName)voidArchivist. copyExtraElements(ReadableArchive in, WritableArchive out)voidApplicationArchivist. copyInto(Application a, ReadableArchive source, WritableArchive target)Copy this archivist to a new abstract archivevoidApplicationArchivist. copyInto(Application a, ReadableArchive source, WritableArchive target, boolean overwriteManifest)Copy this archivist to a new abstract archivevoidApplicationArchivist. copyInto(ReadableArchive source, WritableArchive target)Copy this archivist to a new abstract archivevoidArchivist. copyInto(ReadableArchive source, WritableArchive target)Copy source archivist to a target abstract archive.voidArchivist. copyInto(ReadableArchive source, WritableArchive target, boolean overwriteManifest)Copy source archivist to a target abstract archive.voidArchivist. copyInto(ReadableArchive source, WritableArchive target, Vector entriesToSkip)Copy source archivist to a target abstract archive.voidArchivist. copyInto(ReadableArchive source, WritableArchive target, Vector entriesToSkip, boolean overwriteManifest)Copy this archivist to a new abstract archivevoidArchivist. copyInto(WritableArchive target)Copy this archivist to a new abstract archiveprotected voidArchivist. copyJarElements(ReadableArchive in, WritableArchive out, Vector ignoreList)copy all contents of a jar file to a new jar file except for all the deployment descriptors filesvoidArchivist. copyStandardDeploymentDescriptors(ReadableArchive in, WritableArchive out)voidArchivist. write(ReadableArchive in, WritableArchive out)voidDescriptorArchivist. write(Application application, ReadableArchive in, WritableArchive out)writes an application deployment descriptorsprotected voidDescriptorArchivist. write(BundleDescriptor bundle, Archivist archivist, ReadableArchive in, WritableArchive out)writes a bundle descriptorprotected voidAppClientArchivist. writeContents(ReadableArchive in, WritableArchive out, Vector entriesToSkip)writes the content of an archive to a JarFileprotected voidApplicationArchivist. writeContents(ReadableArchive in, WritableArchive out)writes the content of an archive to a JarFileprotected voidArchivist. writeContents(ReadableArchive in, WritableArchive out)writes the content of an archive to another archiveprotected voidArchivist. writeContents(ReadableArchive in, WritableArchive out, Vector entriesToSkip)writes the content of an archive to a JarFileprotected voidArchivist. writeContents(WritableArchive out)writes the content of an archive to a JarFilevoidArchivist. writeDeploymentDescriptors(ReadableArchive in, WritableArchive out)writes the deployment descriptors (standard and runtime) to a JarFile using the right deployment descriptor pathvoidExtensionsArchivist. writeDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, ReadableArchive in, WritableArchive out)writes the deployment descriptors (standard and runtime) to a JarFile using the right deployment descriptor pathvoidPersistenceArchivist. writeDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, ReadableArchive in, WritableArchive out)writes the deployment descriptors (standard and runtime) to a JarFile using the right deployment descriptor pathvoidArchivist. writeExtensionDeploymentDescriptors(ReadableArchive in, WritableArchive out)Write extension descriptorsvoidArchivist. writeRuntimeDeploymentDescriptors(ReadableArchive in, WritableArchive out)writes the runtime deployment descriptors to an abstract archivevoidExtensionsArchivist. writeRuntimeDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, ReadableArchive in, WritableArchive out)writes the runtime deployment descriptors to an abstract archivevoidArchivist. writeStandardDeploymentDescriptors(WritableArchive out)writes the standard deployment descriptors to an abstract archivevoidExtensionsArchivist. writeStandardDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, WritableArchive out)writes the standard deployment descriptors to an abstract archive -
Uses of WritableArchive in com.sun.enterprise.deployment.deploy.shared
Classes in com.sun.enterprise.deployment.deploy.shared that implement WritableArchive Modifier and Type Class Description classOutputJarArchiveProvides an implementation of the Archive that maps to a Jar file @see java.util.jar.JarFileMethods in com.sun.enterprise.deployment.deploy.shared that return WritableArchive Modifier and Type Method Description WritableArchiveOutputJarArchive. createSubArchive(String name)Methods in com.sun.enterprise.deployment.deploy.shared with parameters of type WritableArchive Modifier and Type Method Description voidOutputJarArchive. closeEntry(WritableArchive subArchive)Close a previously returned sub archive -
Uses of WritableArchive in com.sun.enterprise.deployment.deploy.spi
Methods in com.sun.enterprise.deployment.deploy.spi that return WritableArchive Modifier and Type Method Description WritableArchiveDeploymentManager. getArchive(URI path, String name)Creates a new instance of WritableArchive which can be used to store application elements in a layout that can be directly used by the application server. -
Uses of WritableArchive in org.glassfish.api.deployment.archive
Methods in org.glassfish.api.deployment.archive that return WritableArchive Modifier and Type Method Description WritableArchiveWritableArchive. createSubArchive(String name)Returns an instance of this archive abstraction for an embedded archive within this archive.Methods in org.glassfish.api.deployment.archive with parameters of type WritableArchive Modifier and Type Method Description voidWritableArchive. closeEntry(WritableArchive subArchive)Close a previously returned sub archivevoidArchiveHandler. expand(ReadableArchive source, WritableArchive target, DeploymentContext context)Prepares the jar file to a format the ApplicationContainer is expecting. -
Uses of WritableArchive in org.glassfish.deployment.common
Methods in org.glassfish.deployment.common with parameters of type WritableArchive Modifier and Type Method Description static voidDeploymentUtils. expand(ReadableArchive source, WritableArchive target)Expand an archive to a directory -
Uses of WritableArchive in org.glassfish.ejb.deployment.archivist
Methods in org.glassfish.ejb.deployment.archivist with parameters of type WritableArchive Modifier and Type Method Description voidEjbInWarArchivist. writeDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, ReadableArchive in, WritableArchive out)writes the deployment descriptors (standard and runtime) to a JarFile using the right deployment descriptor path -
Uses of WritableArchive in org.glassfish.extras.osgicontainer
Methods in org.glassfish.extras.osgicontainer with parameters of type WritableArchive Modifier and Type Method Description voidOSGiArchiveHandler. expand(ReadableArchive source, WritableArchive target, DeploymentContext context)Overriding the expand method of base class(GenericHandler) in order to support allowing wrapping of non-OSGi bundles when --type=osgi option is used in deploy command or GUI. -
Uses of WritableArchive in org.glassfish.internal.deployment
Methods in org.glassfish.internal.deployment with parameters of type WritableArchive Modifier and Type Method Description voidGenericHandler. expand(ReadableArchive source, WritableArchive target, DeploymentContext context)Prepares the jar file to a format the ApplicationContainer is expecting. -
Uses of WritableArchive in org.glassfish.javaee.full.deployment
Methods in org.glassfish.javaee.full.deployment with parameters of type WritableArchive Modifier and Type Method Description voidEarHandler. expand(ReadableArchive source, WritableArchive target, DeploymentContext context) -
Uses of WritableArchive in org.glassfish.webservices.archivist
Methods in org.glassfish.webservices.archivist with parameters of type WritableArchive Modifier and Type Method Description voidWebServicesArchivist. writeDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, ReadableArchive in, WritableArchive out)writes the deployment descriptors (standard and runtime) to a JarFile using the right deployment descriptor path
-