Uses of Interface
org.wildfly.subsystem.resource.capability.CapabilityReference.ParentPathProvider
Packages that use CapabilityReference.ParentPathProvider
-
Uses of CapabilityReference.ParentPathProvider in org.wildfly.subsystem.resource.capability
Subinterfaces of CapabilityReference.ParentPathProvider 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.ParentPathProviderModifier 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.ParentPathProviderModifier and TypeMethodDescriptionstatic <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.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.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.