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 servervoidExtensionIndexService.addDeployedExtension(String identifier, ExtensionInfo extensionInfo)