Uses of Class
org.glassfish.api.deployment.archive.ArchiveType
-
Packages that use ArchiveType Package Description org.glassfish.api.container org.glassfish.api.deployment.archive -
-
Uses of ArchiveType in org.glassfish.api.container
Methods in org.glassfish.api.container with parameters of type ArchiveType Modifier and Type Method Description booleanSniffer. supportsArchiveType(ArchiveType archiveType)This API is used to help determine if the sniffer should recognize the current archive. -
Uses of ArchiveType in org.glassfish.api.deployment.archive
Methods in org.glassfish.api.deployment.archive that return ArchiveType Modifier and Type Method Description ArchiveTypeArchiveDetector. getArchiveType()Returns the type of the deployment unit or archive or module whichever way you want to call what's being depoyed.
-