Uses of Interface
org.glassfish.api.deployment.archive.ArchiveHandler
-
Packages that use ArchiveHandler Package Description org.glassfish.api.deployment org.glassfish.api.deployment.archive -
-
Uses of ArchiveHandler in org.glassfish.api.deployment
Methods in org.glassfish.api.deployment that return ArchiveHandler Modifier and Type Method Description ArchiveHandlerDeploymentContext. getArchiveHandler()Returns the archive handler that's associated with this contextMethods in org.glassfish.api.deployment that return types with arguments of type ArchiveHandler Modifier and Type Method Description Map<String,ArchiveHandler>DeploymentContext. getModuleArchiveHandlers()Gets the archive handlers for modules -
Uses of ArchiveHandler in org.glassfish.api.deployment.archive
Subinterfaces of ArchiveHandler in org.glassfish.api.deployment.archive Modifier and Type Interface Description interfaceCompositeHandlerComposite 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 ArchiveHandler Modifier and Type Method Description ArchiveHandlerArchiveDetector. getArchiveHandler()Return a ArchiveHandler that can handle the archive recognised by this ArchiveDetector.
-