Uses of Interface
org.wildfly.subsystem.resource.capability.CapabilityReference.Builder
Packages that use CapabilityReference.Builder
-
Uses of CapabilityReference.Builder in org.wildfly.subsystem.resource.capability
Subinterfaces of CapabilityReference.Builder in org.wildfly.subsystem.resource.capabilityModifier and TypeInterfaceDescriptionstatic interfaceDeprecated, for removal: This API element is subject to removal in a future version.Classes in org.wildfly.subsystem.resource.capability that implement CapabilityReference.BuilderModifier and TypeClassDescriptionstatic classstatic classDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.wildfly.subsystem.resource.capability that return CapabilityReference.BuilderModifier and TypeMethodDescriptionstatic <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.DefaultBuilder.withParentAttribute(org.jboss.as.controller.AttributeDefinition attribute) CapabilityReference.ParentAttributeProvider.withParentAttribute(org.jboss.as.controller.AttributeDefinition attribute) Specifies the attribute used to resolves the parent segment of the requirement.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.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.