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