Uses of Interface
org.glassfish.api.deployment.archive.ArchiveHandler
Packages that use ArchiveHandler
-
Uses of ArchiveHandler in org.glassfish.api.deployment
Methods in org.glassfish.api.deployment that return ArchiveHandlerModifier and TypeMethodDescriptionDeploymentContext.getArchiveHandler()Returns the archive handler that's associated with this contextMethods in org.glassfish.api.deployment that return types with arguments of type ArchiveHandlerModifier and TypeMethodDescriptionDeploymentContext.getModuleArchiveHandlers()Gets the archive handlers for modules -
Uses of ArchiveHandler in org.glassfish.api.deployment.archive
Subinterfaces of ArchiveHandler in org.glassfish.api.deployment.archiveModifier and TypeInterfaceDescriptioninterfaceComposite handlers are just like any other ArchiveHandler except they get a chance at looking at the archive before the archive handlers do The main reason for this tag interface is that some archive handlers might be tricked into thinking a composite archive is theirs when in fact they only own a part of it.Methods in org.glassfish.api.deployment.archive that return ArchiveHandlerModifier and TypeMethodDescriptionArchiveDetector.getArchiveHandler()Return a ArchiveHandler that can handle the archive recognised by this ArchiveDetector.