Interface CapabilityReference.ParentAttributeProvider<T>
-
- All Known Subinterfaces:
CapabilityReference.ParentPathProvider<T>,CapabilityReferenceRecorder.ParentAttributeProvider<T>,CapabilityReferenceRecorder.ParentPathProvider<T>
- All Known Implementing Classes:
CapabilityReference.DefaultBuilder,CapabilityReferenceRecorder.DefaultBuilder
- Enclosing interface:
- CapabilityReference<T>
public static interface CapabilityReference.ParentAttributeProvider<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapabilityReference.Builder<T>withParentAttribute(org.jboss.as.controller.AttributeDefinition attribute)Specifies the attribute used to resolves the parent segment of the requirement.
-
-
-
Method Detail
-
withParentAttribute
CapabilityReference.Builder<T> withParentAttribute(org.jboss.as.controller.AttributeDefinition attribute)
Specifies the attribute used to resolves the parent segment of the requirement.- Parameters:
attribute- the attribute used to resolve the parent segment of the requirement.- Returns:
- a reference to this builder
-
-