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