Interface CapabilityReferenceRecorder.GrandparentPathProvider<T>
-
- All Superinterfaces:
CapabilityReference.GrandparentAttributeProvider<T>,CapabilityReference.GrandparentPathProvider<T>,CapabilityReferenceRecorder.GrandparentAttributeProvider<T>
- All Known Implementing Classes:
CapabilityReferenceRecorder.DefaultBuilder
- Enclosing interface:
- CapabilityReferenceRecorder<T>
@Deprecated(forRemoval=true, since="26.0.0") public static interface CapabilityReferenceRecorder.GrandparentPathProvider<T> extends CapabilityReference.GrandparentPathProvider<T>, CapabilityReferenceRecorder.GrandparentAttributeProvider<T>
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default CapabilityReferenceRecorder.ParentPathProvider<T>withGrandparentPath(org.jboss.as.controller.PathElement path)Deprecated, for removal: This API element is subject to removal in a future version.Specifies the path for the grandparent segment of the requirement.CapabilityReferenceRecorder.ParentPathProvider<T>withGrandparentPath(org.jboss.as.controller.PathElement path, Function<org.jboss.as.controller.PathAddress,org.jboss.as.controller.PathElement> resolver)Deprecated, for removal: This API element is subject to removal in a future version.Specifies the path and resolver for the grandparent segment of the requirement.-
Methods inherited from interface org.wildfly.subsystem.resource.capability.CapabilityReferenceRecorder.GrandparentAttributeProvider
withGrandparentAttribute
-
-
-
-
Method Detail
-
withGrandparentPath
default CapabilityReferenceRecorder.ParentPathProvider<T> withGrandparentPath(org.jboss.as.controller.PathElement path)
Deprecated, for removal: This API element is subject to removal in a future version.Specifies the path for the grandparent segment of the requirement.- Specified by:
withGrandparentPathin interfaceCapabilityReference.GrandparentPathProvider<T>- Parameters:
path- a path element used to construct the capability name pattern for this referenceresolver- a path resolver- Returns:
- a reference to this builder
-
withGrandparentPath
CapabilityReferenceRecorder.ParentPathProvider<T> withGrandparentPath(org.jboss.as.controller.PathElement path, Function<org.jboss.as.controller.PathAddress,org.jboss.as.controller.PathElement> resolver)
Deprecated, for removal: This API element is subject to removal in a future version.Specifies the path and resolver for the grandparent segment of the requirement.- Specified by:
withGrandparentPathin interfaceCapabilityReference.GrandparentPathProvider<T>- Parameters:
path- a path element used to construct the capability name pattern for this referenceresolver- a path resolver- Returns:
- a reference to this builder
-
-