Uses of Class
org.glassfish.api.deployment.archive.ArchiveType
-
-
Uses of ArchiveType in com.sun.enterprise.connectors.connector.module
Subclasses of ArchiveType in com.sun.enterprise.connectors.connector.module Modifier and Type Class Description classRarTypeArchiveTypecorresponding toModuleType.RAR.Methods in com.sun.enterprise.connectors.connector.module that return ArchiveType Modifier and Type Method Description ArchiveTypeRarDetector. getArchiveType()Methods in com.sun.enterprise.connectors.connector.module with parameters of type ArchiveType Modifier and Type Method Description booleanConnectorSniffer. supportsArchiveType(ArchiveType archiveType)This API is used to help determine if the sniffer should recognize the current archive. -
Uses of ArchiveType in com.sun.enterprise.connectors.deployment.util
Methods in com.sun.enterprise.connectors.deployment.util that return ArchiveType Modifier and Type Method Description ArchiveTypeConnectorArchivist. getModuleType() -
Uses of ArchiveType in com.sun.enterprise.deployment
Subclasses of ArchiveType in com.sun.enterprise.deployment Modifier and Type Class Description classEarTypeArchiveTypecorresponding toModuleType.EAR.Methods in com.sun.enterprise.deployment that return ArchiveType Modifier and Type Method Description ArchiveTypeApplication. getModuleType()ArchiveTypeApplicationClientDescriptor. getModuleType()abstract ArchiveTypeBundleDescriptor. getModuleType()ArchiveTypeConnectorDescriptor. getModuleType()ArchiveTypePermissionsDescriptor. getModuleType()ArchiveTypePersistenceUnitsDescriptor. getModuleType()abstract ArchiveTypeWebBundleDescriptor. getModuleType()ArchiveTypeWebServicesDescriptor. getModuleType()Methods in com.sun.enterprise.deployment with parameters of type ArchiveType Modifier and Type Method Description Set<BundleDescriptor>Application. getBundleDescriptorsOfType(ArchiveType bundleType)Obtain a full set of bundle descriptors for a particular typeCollection<ModuleDescriptor<BundleDescriptor>>Application. getModuleDescriptorsByType(ArchiveType type)Lookup module by uri. -
Uses of ArchiveType in com.sun.enterprise.deployment.archivist
Methods in com.sun.enterprise.deployment.archivist that return ArchiveType Modifier and Type Method Description ArchiveTypeAppClientArchivist. getModuleType()ArchiveTypeApplicationArchivist. getModuleType()abstract ArchiveTypeArchivist. getModuleType()Methods in com.sun.enterprise.deployment.archivist with parameters of type ArchiveType Modifier and Type Method Description ArchivistArchivistFactory. getArchivist(ArchiveType moduleType)Returns an Archivist of the specified archive typeList<ExtensionsArchivist>ArchivistFactory. getExtensionsArchivists(Collection<Sniffer> sniffers, ArchiveType moduleType)Gets all the classes for processing parts of a specified archivebooleanACCPersistenceArchivist. supportsModuleType(ArchiveType moduleType)booleanEarPersistenceArchivist. supportsModuleType(ArchiveType moduleType)abstract booleanExtensionsArchivist. supportsModuleType(ArchiveType moduleType)abstract booleanPersistenceArchivist. supportsModuleType(ArchiveType moduleType)booleanServerSidePersistenceArchivist. supportsModuleType(ArchiveType moduleType)booleanWarPersistenceArchivist. supportsModuleType(ArchiveType moduleType) -
Uses of ArchiveType in com.sun.enterprise.deployment.io
Methods in com.sun.enterprise.deployment.io that return ArchiveType Modifier and Type Method Description ArchiveTypeDeploymentDescriptorFile. getArchiveType()Methods in com.sun.enterprise.deployment.io with parameters of type ArchiveType Modifier and Type Method Description static String[]DescriptorList. getDescriptorsList(ArchiveType moduleType)voidDeploymentDescriptorFile. setArchiveType(ArchiveType type) -
Uses of ArchiveType in com.sun.enterprise.deployment.util
Methods in com.sun.enterprise.deployment.util that return ArchiveType Modifier and Type Method Description static ArchiveTypeDOLUtils. carType()static ArchiveTypeDOLUtils. earType()static ArchiveTypeDOLUtils. ejbType()static ArchiveTypeDOLUtils. getModuleType(String moduleType)Utility method to retrieve aArchiveTypefrom a stringified module type.static ArchiveTypeDOLUtils. rarType()static ArchiveTypeDOLUtils. warType()Methods in com.sun.enterprise.deployment.util with parameters of type ArchiveType Modifier and Type Method Description static List<ConfigurationDeploymentDescriptorFile>DOLUtils. processConfigurationDDFiles(List<ConfigurationDeploymentDescriptorFile> ddFiles, ReadableArchive archive, ArchiveType archiveType)process the list of the configuration files, and return the sorted configuration file with precedence from high to low this list takes consideration of what runtime files are present in the current archive -
Uses of ArchiveType in com.sun.enterprise.security.ee
Methods in com.sun.enterprise.security.ee with parameters of type ArchiveType Modifier and Type Method Description booleanSecuritySniffer. supportsArchiveType(ArchiveType archiveType)This API is used to help determine if the sniffer should recognize the current archive. -
Uses of ArchiveType in fish.payara.microprofile.connector
Methods in fish.payara.microprofile.connector with parameters of type ArchiveType Modifier and Type Method Description booleanMicroProfileSniffer. supportsArchiveType(ArchiveType type) -
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. -
Uses of ArchiveType in org.glassfish.appclient.server.connector
Subclasses of ArchiveType in org.glassfish.appclient.server.connector Modifier and Type Class Description classCarTypeArchiveTypecorresponding toModuleType.CAR.Methods in org.glassfish.appclient.server.connector that return ArchiveType Modifier and Type Method Description ArchiveTypeCarDetector. getArchiveType()Methods in org.glassfish.appclient.server.connector with parameters of type ArchiveType Modifier and Type Method Description booleanAppClientSniffer. supportsArchiveType(ArchiveType archiveType)This API is used to help determine if the sniffer should recognize the current archive. -
Uses of ArchiveType in org.glassfish.deployment.common
Methods in org.glassfish.deployment.common that return ArchiveType Modifier and Type Method Description ArchiveTypeModuleDescriptor. getModuleType()abstract ArchiveTypeRootDeploymentDescriptor. getModuleType()Methods in org.glassfish.deployment.common with parameters of type ArchiveType Modifier and Type Method Description static booleanDeploymentUtils. isArchiveOfType(ReadableArchive archive, ArchiveType archiveType, DeploymentContext context, org.glassfish.hk2.api.ServiceLocator locator)static booleanDeploymentUtils. isArchiveOfType(ReadableArchive archive, ArchiveType archiveType, org.glassfish.hk2.api.ServiceLocator locator)voidModuleDescriptor. setModuleType(ArchiveType type) -
Uses of ArchiveType in org.glassfish.ejb.deployment.archive
Subclasses of ArchiveType in org.glassfish.ejb.deployment.archive Modifier and Type Class Description classEjbTypeArchiveTypecorresponding toModuleType.EJB.Methods in org.glassfish.ejb.deployment.archive that return ArchiveType Modifier and Type Method Description ArchiveTypeEjbJarDetector. getArchiveType()Methods in org.glassfish.ejb.deployment.archive with parameters of type ArchiveType Modifier and Type Method Description booleanEjbSniffer. supportsArchiveType(ArchiveType archiveType)This API is used to help determine if the sniffer should recognize the current archive. -
Uses of ArchiveType in org.glassfish.ejb.deployment.archivist
Methods in org.glassfish.ejb.deployment.archivist that return ArchiveType Modifier and Type Method Description ArchiveTypeEjbArchivist. getModuleType()Methods in org.glassfish.ejb.deployment.archivist with parameters of type ArchiveType Modifier and Type Method Description booleanEjbInWarArchivist. supportsModuleType(ArchiveType moduleType) -
Uses of ArchiveType in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return ArchiveType Modifier and Type Method Description ArchiveTypeEjbBundleDescriptorImpl. getModuleType() -
Uses of ArchiveType in org.glassfish.extras.grizzly
Methods in org.glassfish.extras.grizzly with parameters of type ArchiveType Modifier and Type Method Description booleanGrizzlyAdapterSniffer. supportsArchiveType(ArchiveType archiveType)This API is used to help determine if the sniffer should recognize the current archive. -
Uses of ArchiveType in org.glassfish.extras.osgicontainer
Subclasses of ArchiveType in org.glassfish.extras.osgicontainer Modifier and Type Class Description classOSGiArchiveTypeArchiveTypecorresponding to OSGi archives deployed to GlassFish.Methods in org.glassfish.extras.osgicontainer that return ArchiveType Modifier and Type Method Description ArchiveTypeOSGiArchiveDetector. getArchiveType()Methods in org.glassfish.extras.osgicontainer with parameters of type ArchiveType Modifier and Type Method Description booleanOSGiSniffer. supportsArchiveType(ArchiveType archiveType)This API is used to help determine if the sniffer should recognize the current archive. -
Uses of ArchiveType in org.glassfish.javaee.full.deployment
Methods in org.glassfish.javaee.full.deployment that return ArchiveType Modifier and Type Method Description ArchiveTypeEarDetector. getArchiveType()Methods in org.glassfish.javaee.full.deployment with parameters of type ArchiveType Modifier and Type Method Description booleanEarSniffer. supportsArchiveType(ArchiveType archiveType)This API is used to help determine if the sniffer should recognize the current archive. -
Uses of ArchiveType in org.glassfish.persistence.jpaconnector
Methods in org.glassfish.persistence.jpaconnector with parameters of type ArchiveType Modifier and Type Method Description booleanJPACompositeSniffer. supportsArchiveType(ArchiveType archiveType)This API is used to help determine if the sniffer should recognize the current archive.booleanJPASniffer. supportsArchiveType(ArchiveType archiveType)This API is used to help determine if the sniffer should recognize the current archive. -
Uses of ArchiveType in org.glassfish.resources.connector
Methods in org.glassfish.resources.connector with parameters of type ArchiveType Modifier and Type Method Description booleanResourcesCompositeSniffer. supportsArchiveType(ArchiveType archiveType)This API is used to help determine if the sniffer should recognize the current archive.booleanResourcesSniffer. supportsArchiveType(ArchiveType archiveType)This API is used to help determine if the sniffer should recognize the current archive. -
Uses of ArchiveType in org.glassfish.web.deployment.archivist
Methods in org.glassfish.web.deployment.archivist that return ArchiveType Modifier and Type Method Description ArchiveTypeWebArchivist. getModuleType() -
Uses of ArchiveType in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor that return ArchiveType Modifier and Type Method Description ArchiveTypeWebBundleDescriptorImpl. getModuleType() -
Uses of ArchiveType in org.glassfish.web.sniffer
Subclasses of ArchiveType in org.glassfish.web.sniffer Modifier and Type Class Description classWarTypeArchiveTypecorresponding toModuleType.WARMethods in org.glassfish.web.sniffer that return ArchiveType Modifier and Type Method Description ArchiveTypeWarDetector. getArchiveType()Methods in org.glassfish.web.sniffer with parameters of type ArchiveType Modifier and Type Method Description booleanWebSniffer. supportsArchiveType(ArchiveType archiveType)This API is used to help determine if the sniffer should recognize the current archive. -
Uses of ArchiveType in org.glassfish.webservices.archivist
Methods in org.glassfish.webservices.archivist with parameters of type ArchiveType Modifier and Type Method Description booleanWebServicesArchivist. supportsModuleType(ArchiveType moduleType) -
Uses of ArchiveType in org.glassfish.webservices.connector
Methods in org.glassfish.webservices.connector with parameters of type ArchiveType Modifier and Type Method Description booleanWebServicesSniffer. supportsArchiveType(ArchiveType archiveType)This API is used to help determine if the sniffer should recognize the current archive. -
Uses of ArchiveType in org.glassfish.weld.connector
Methods in org.glassfish.weld.connector with parameters of type ArchiveType Modifier and Type Method Description booleanWeldCompositeSniffer. supportsArchiveType(ArchiveType archiveType)This API is used to help determine if the sniffer should recognize the current archive.booleanWeldSniffer. supportsArchiveType(ArchiveType archiveType)This API is used to help determine if the sniffer should recognize the current archive.
-