Uses of Interface
org.glassfish.api.deployment.archive.WritableArchive
Packages that use WritableArchive
-
Uses of WritableArchive in org.glassfish.api.deployment.archive
Methods in org.glassfish.api.deployment.archive that return WritableArchiveModifier and TypeMethodDescriptionWritableArchive.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 WritableArchiveModifier and TypeMethodDescriptionvoidWritableArchive.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.