Uses of Interface
org.wildfly.subsystem.resource.capability.CapabilityReferenceRecorder.GrandparentPathProvider
-
Packages that use CapabilityReferenceRecorder.GrandparentPathProvider Package Description org.wildfly.subsystem.resource.capability -
-
Uses of CapabilityReferenceRecorder.GrandparentPathProvider in org.wildfly.subsystem.resource.capability
Classes in org.wildfly.subsystem.resource.capability that implement CapabilityReferenceRecorder.GrandparentPathProvider Modifier and Type Class Description static classCapabilityReferenceRecorder.DefaultBuilder<T>Methods in org.wildfly.subsystem.resource.capability that return CapabilityReferenceRecorder.GrandparentPathProvider Modifier and Type Method Description static <T> CapabilityReferenceRecorder.GrandparentPathProvider<T>CapabilityReferenceRecorder. builder(RuntimeCapability<Void> capability, org.wildfly.service.descriptor.TernaryServiceDescriptor<T> requirement)Creates a new reference between the specified capability and the specified requirement.CapabilityReferenceRecorder.GrandparentPathProvider<T>CapabilityReferenceRecorder.DefaultBuilder. withGreatGrandparentPath(PathElement path, Function<PathAddress,PathElement> resolver)default CapabilityReferenceRecorder.GrandparentPathProvider<T>CapabilityReferenceRecorder.GreatGrandparentPathProvider. withGreatGrandparentPath(PathElement path)Specifies the path for the great-grandparent segment of the requirement.CapabilityReferenceRecorder.GrandparentPathProvider<T>CapabilityReferenceRecorder.GreatGrandparentPathProvider. withGreatGrandparentPath(PathElement path, Function<PathAddress,PathElement> resolver)Specifies the path and resolver for the great-grandparent segment of the requirement.
-