Interface CapabilityReferenceRecorder.ParentPathProvider<T>

All Superinterfaces:
CapabilityReference.ParentAttributeProvider<T>, CapabilityReference.ParentPathProvider<T>, CapabilityReferenceRecorder.ParentAttributeProvider<T>
All Known Implementing Classes:
CapabilityReferenceRecorder.DefaultBuilder
Enclosing interface:
CapabilityReferenceRecorder<T>

@Deprecated(forRemoval=true, since="26.0.0") public static interface CapabilityReferenceRecorder.ParentPathProvider<T> extends CapabilityReference.ParentPathProvider<T>, CapabilityReferenceRecorder.ParentAttributeProvider<T>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • withParentPath

      default CapabilityReferenceRecorder.Builder<T> withParentPath(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 parent segment of the requirement.
      Specified by:
      withParentPath in interface CapabilityReference.ParentPathProvider<T>
      Parameters:
      path - a path element used to construct the capability name pattern for this reference
      resolver - a path resolver
      Returns:
      a reference to this builder
    • withParentPath

      CapabilityReferenceRecorder.Builder<T> withParentPath(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 parent segment of the requirement.
      Specified by:
      withParentPath in interface CapabilityReference.ParentPathProvider<T>
      Parameters:
      path - a path element used to construct the capability name pattern for this reference
      resolver - a path resolver
      Returns:
      a reference to this builder