Uses of Interface
org.wildfly.subsystem.resource.capability.CapabilityReference.GrandparentPathProvider
-
Packages that use CapabilityReference.GrandparentPathProvider Package Description org.wildfly.subsystem.resource.capability -
-
Uses of CapabilityReference.GrandparentPathProvider in org.wildfly.subsystem.resource.capability
Subinterfaces of CapabilityReference.GrandparentPathProvider in org.wildfly.subsystem.resource.capability Modifier and Type Interface Description static interfaceCapabilityReferenceRecorder.GrandparentPathProvider<T>Deprecated, for removal: This API element is subject to removal in a future version.Classes in org.wildfly.subsystem.resource.capability that implement CapabilityReference.GrandparentPathProvider Modifier and Type Class Description static classCapabilityReference.DefaultBuilder<T>static classCapabilityReferenceRecorder.DefaultBuilder<T>Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.wildfly.subsystem.resource.capability that return CapabilityReference.GrandparentPathProvider Modifier and Type Method Description static <T> CapabilityReference.GrandparentPathProvider<T>CapabilityReference. builder(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, org.wildfly.service.descriptor.TernaryServiceDescriptor<T> requirement)Creates a new reference between the specified capability and the specified requirement.CapabilityReference.GrandparentPathProvider<T>CapabilityReference.DefaultBuilder. withGreatGrandparentPath(org.jboss.as.controller.PathElement path, Function<org.jboss.as.controller.PathAddress,org.jboss.as.controller.PathElement> resolver)default CapabilityReference.GrandparentPathProvider<T>CapabilityReference.GreatGrandparentPathProvider. withGreatGrandparentPath(org.jboss.as.controller.PathElement path)Specifies the path for the great-grandparent segment of the requirement.CapabilityReference.GrandparentPathProvider<T>CapabilityReference.GreatGrandparentPathProvider. withGreatGrandparentPath(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 great-grandparent segment of the requirement.
-