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