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
Modifier and TypeMethodDescriptionwithParentAttribute(org.jboss.as.controller.AttributeDefinition attribute) Specifies the attribute used to resolves the parent segment of the requirement.
-
Method Details
-
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
-