Uses of Class
org.jboss.as.server.deployment.module.ExtensionInfo
-
Packages that use ExtensionInfo Package Description org.jboss.as.server.deployment The JBossAS domain deployment subsystem classes.org.jboss.as.server.moduleservice -
-
Uses of ExtensionInfo in org.jboss.as.server.deployment
Fields in org.jboss.as.server.deployment with type parameters of type ExtensionInfo Modifier and Type Field Description static 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 ExtensionInfo Modifier and Type Method Description voidExtensionIndex. 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
-