Uses of Interface
org.wildfly.subsystem.resource.capability.CapabilityReference.ParentPathProvider
-
Packages that use CapabilityReference.ParentPathProvider Package Description org.wildfly.subsystem.resource.capability -
-
Uses of CapabilityReference.ParentPathProvider in org.wildfly.subsystem.resource.capability
Subinterfaces of CapabilityReference.ParentPathProvider in org.wildfly.subsystem.resource.capability Modifier and Type Interface Description static interfaceCapabilityReferenceRecorder.ParentPathProvider<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.ParentPathProvider 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.ParentPathProvider Modifier and Type Method Description static <T> CapabilityReference.ParentPathProvider<T>CapabilityReference. builder(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, org.wildfly.service.descriptor.BinaryServiceDescriptor<T> requirement)Creates a new reference between the specified capability and the specified requirement.CapabilityReference.ParentPathProvider<T>CapabilityReference.DefaultBuilder. withGrandparentPath(org.jboss.as.controller.PathElement path, Function<org.jboss.as.controller.PathAddress,org.jboss.as.controller.PathElement> resolver)default CapabilityReference.ParentPathProvider<T>CapabilityReference.GrandparentPathProvider. withGrandparentPath(org.jboss.as.controller.PathElement path)Specifies the path for the grandparent segment of the requirement.CapabilityReference.ParentPathProvider<T>CapabilityReference.GrandparentPathProvider. withGrandparentPath(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 grandparent segment of the requirement.
-