Uses of Interface
org.jboss.as.controller.extension.SubsystemInformation
-
Packages that use SubsystemInformation Package Description org.jboss.as.controller.extension -
-
Uses of SubsystemInformation in org.jboss.as.controller.extension
Methods in org.jboss.as.controller.extension that return SubsystemInformation Modifier and Type Method Description SubsystemInformationExtensionRegistry. getSubsystemInfo(String name)Methods in org.jboss.as.controller.extension that return types with arguments of type SubsystemInformation Modifier and Type Method Description Map<String,SubsystemInformation>ExtensionRegistry. getAvailableSubsystems(String moduleName)Gets information about the subsystems provided by a givenExtension.
-