Package | Description |
---|---|
org.jboss.as.controller.capability |
Modifier and Type | Method and Description |
---|---|
<T> T |
CapabilityServiceSupport.getCapabilityRuntimeAPI(String capabilityName,
Class<T> apiType)
Gets the runtime API associated with a given capability, if there is one.
|
<T> T |
CapabilityServiceSupport.getCapabilityRuntimeAPI(String capabilityBaseName,
String dynamicPart,
Class<T> apiType)
Gets the runtime API associated with a given
dynamically named
capability, if there is one. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.