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(org.jboss.modules.ModuleIdentifier identifier, ExtensionInfo extensionInfo)Adds an extension that has been deployed to the servervoidExtensionIndexService. addDeployedExtension(org.jboss.modules.ModuleIdentifier identifier, ExtensionInfo extensionInfo)Adds an extension that has been deployed to the server
-