static <T> CapabilityReference.Builder<T> |
CapabilityReference.builder(org.jboss.as.controller.capability.RuntimeCapability<Void> capability,
org.wildfly.service.descriptor.UnaryServiceDescriptor<T> requirement) |
Creates a new reference between the specified capability and the specified requirement.
|
CapabilityReference.Builder<T> |
CapabilityReference.DefaultBuilder.withParentAttribute(org.jboss.as.controller.AttributeDefinition attribute) |
|
CapabilityReference.Builder<T> |
CapabilityReference.ParentAttributeProvider.withParentAttribute(org.jboss.as.controller.AttributeDefinition attribute) |
Specifies the attribute used to resolves the parent segment of the requirement.
|
CapabilityReference.Builder<T> |
CapabilityReference.DefaultBuilder.withParentPath(org.jboss.as.controller.PathElement path,
Function<org.jboss.as.controller.PathAddress,org.jboss.as.controller.PathElement> resolver) |
|
default CapabilityReference.Builder<T> |
CapabilityReference.ParentPathProvider.withParentPath(org.jboss.as.controller.PathElement path) |
Specifies the path for the parent segment of the requirement.
|
CapabilityReference.Builder<T> |
CapabilityReference.ParentPathProvider.withParentPath(org.jboss.as.controller.PathElement path,
Function<org.jboss.as.controller.PathAddress,org.jboss.as.controller.PathElement> resolver) |
Specifies the path and resolver for the parent segment of the requirement.
|