Uses of Class
org.jboss.as.server.deployment.module.ExtensionInfo
Packages that use ExtensionInfo
Package
Description
The JBossAS domain deployment subsystem classes.
-
Uses of ExtensionInfo in org.jboss.as.server.deployment
Fields in org.jboss.as.server.deployment with type parameters of type ExtensionInfoModifier and TypeFieldDescriptionstatic final AttachmentKey<ExtensionInfo>Attachments.EXTENSION_INFORMATIONInformation about extensions in a jar library deployment. -
Uses of ExtensionInfo in org.jboss.as.server.moduleservice
Methods in org.jboss.as.server.moduleservice with parameters of type ExtensionInfoModifier and TypeMethodDescriptionvoidExtensionIndex.addDeployedExtension(String identifier, ExtensionInfo extensionInfo) Adds an extension that has been deployed to the servervoidExtensionIndex.addDeployedExtension(org.jboss.modules.ModuleIdentifier identifier, ExtensionInfo extensionInfo) Deprecated, for removal: This API element is subject to removal in a future version.voidExtensionIndexService.addDeployedExtension(String identifier, ExtensionInfo extensionInfo) voidExtensionIndexService.addDeployedExtension(org.jboss.modules.ModuleIdentifier identifier, ExtensionInfo extensionInfo) Adds an extension that has been deployed to the server
ExtensionIndex.addDeployedExtension(String, ExtensionInfo)instead