| Modifier and Type | Class and Description |
|---|---|
class |
RarType
ArchiveType corresponding to ModuleType.RAR. |
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
RarDetector.getArchiveType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConnectorSniffer.supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
ConnectorArchivist.getModuleType() |
| Modifier and Type | Class and Description |
|---|---|
class |
EarType
ArchiveType corresponding to ModuleType.EAR. |
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
PermissionsDescriptor.getModuleType() |
ArchiveType |
ApplicationClientDescriptor.getModuleType() |
ArchiveType |
ConnectorDescriptor.getModuleType() |
ArchiveType |
PersistenceUnitsDescriptor.getModuleType() |
abstract ArchiveType |
WebBundleDescriptor.getModuleType() |
ArchiveType |
Application.getModuleType() |
abstract ArchiveType |
BundleDescriptor.getModuleType() |
ArchiveType |
WebServicesDescriptor.getModuleType() |
| Modifier and Type | Method and Description |
|---|---|
Set<BundleDescriptor> |
Application.getBundleDescriptorsOfType(ArchiveType bundleType)
Obtain a full set of bundle descriptors for a particular type
|
Collection<ModuleDescriptor<BundleDescriptor>> |
Application.getModuleDescriptorsByType(ArchiveType type)
Lookup module by uri.
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
ApplicationArchivist.getModuleType() |
ArchiveType |
AppClientArchivist.getModuleType() |
abstract ArchiveType |
Archivist.getModuleType() |
| Modifier and Type | Method and Description |
|---|---|
Archivist |
ArchivistFactory.getArchivist(ArchiveType moduleType) |
List<ExtensionsArchivist> |
ArchivistFactory.getExtensionsArchivists(Collection<Sniffer> sniffers,
ArchiveType moduleType) |
boolean |
EarPersistenceArchivist.supportsModuleType(ArchiveType moduleType) |
boolean |
ServerSidePersistenceArchivist.supportsModuleType(ArchiveType moduleType) |
boolean |
ACCPersistenceArchivist.supportsModuleType(ArchiveType moduleType) |
boolean |
WarPersistenceArchivist.supportsModuleType(ArchiveType moduleType) |
abstract boolean |
ExtensionsArchivist.supportsModuleType(ArchiveType moduleType) |
abstract boolean |
PersistenceArchivist.supportsModuleType(ArchiveType moduleType) |
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
DeploymentDescriptorFile.getArchiveType() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
DescriptorList.getDescriptorsList(ArchiveType moduleType) |
void |
DeploymentDescriptorFile.setArchiveType(ArchiveType type) |
| Modifier and Type | Method and Description |
|---|---|
static ArchiveType |
DOLUtils.carType() |
static ArchiveType |
DOLUtils.earType() |
static ArchiveType |
DOLUtils.ejbType() |
static ArchiveType |
DOLUtils.getModuleType(String moduleType)
Utility method to retrieve a
ArchiveType from a stringified module type. |
static ArchiveType |
DOLUtils.rarType() |
static ArchiveType |
DOLUtils.warType() |
| Modifier and Type | Method and Description |
|---|---|
static List<ConfigurationDeploymentDescriptorFile> |
DOLUtils.processConfigurationDDFiles(List<ConfigurationDeploymentDescriptorFile> ddFiles,
ReadableArchive archive,
ArchiveType archiveType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SecuritySniffer.supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Sniffer.supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
ArchiveDetector.getArchiveType()
Returns the type of the deployment unit or archive or module whichever way you want to call what's being
depoyed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CarType
ArchiveType corresponding to ModuleType.CAR. |
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
CarDetector.getArchiveType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AppClientSniffer.supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
ModuleDescriptor.getModuleType() |
abstract ArchiveType |
RootDeploymentDescriptor.getModuleType() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DeploymentUtils.isArchiveOfType(ReadableArchive archive,
ArchiveType archiveType,
DeploymentContext context,
org.glassfish.hk2.api.ServiceLocator locator) |
static boolean |
DeploymentUtils.isArchiveOfType(ReadableArchive archive,
ArchiveType archiveType,
org.glassfish.hk2.api.ServiceLocator locator) |
void |
ModuleDescriptor.setModuleType(ArchiveType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
EjbType
ArchiveType corresponding to ModuleType.EJB. |
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
EjbJarDetector.getArchiveType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EjbSniffer.supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
EjbArchivist.getModuleType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EjbInWarArchivist.supportsModuleType(ArchiveType moduleType) |
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
EjbBundleDescriptorImpl.getModuleType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GrizzlyAdapterSniffer.supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OSGiArchiveType
ArchiveType corresponding to OSGi archives deployed to GlassFish. |
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
OSGiArchiveDetector.getArchiveType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OSGiSniffer.supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
EarDetector.getArchiveType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EarSniffer.supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JPASniffer.supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
boolean |
JPACompositeSniffer.supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourcesSniffer.supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
boolean |
ResourcesCompositeSniffer.supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WarType
ArchiveType corresponding to ModuleType.WAR |
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
WebArchivist.getModuleType() |
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
WebBundleDescriptorImpl.getModuleType() |
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
WarDetector.getArchiveType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebSniffer.supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebServicesArchivist.supportsModuleType(ArchiveType moduleType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebServicesSniffer.supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WeldSniffer.supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
boolean |
WeldCompositeSniffer.supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
Copyright © 2017. All rights reserved.