public interface CapabilityReferenceRecorder
Modifier and Type | Interface and Description |
---|---|
static class |
CapabilityReferenceRecorder.DefaultCapabilityReferenceRecorder
Default implementation of
CapabilityReferenceRecorder . |
Modifier and Type | Method and Description |
---|---|
void |
addCapabilityRequirements(OperationContext context,
String attributeName,
String... attributeValues)
Registers capability requirement information to the given context.
|
String |
getBaseDependentName() |
String |
getBaseRequirementName() |
boolean |
isDynamicDependent() |
void |
removeCapabilityRequirements(OperationContext context,
String attributeName,
String... attributeValues)
Deregisters capability requirement information from the given context.
|
void addCapabilityRequirements(OperationContext context, String attributeName, String... attributeValues)
context
- the contextattributeName
- the name of the attributeattributeValues
- the values of the attribute, which may contain nullvoid removeCapabilityRequirements(OperationContext context, String attributeName, String... attributeValues)
context
- the contextattributeName
- the name of the attributeattributeValues
- the values of the attribute, which may contain nullString getBaseDependentName()
String getBaseRequirementName()
boolean isDynamicDependent()
Copyright © 2023 JBoss by Red Hat. All rights reserved.