@Incubating public interface ComponentSelector
| Modifier and Type | Method and Description |
|---|---|
AttributeContainer |
getAttributes()
The attributes of the module to select the component from.
|
String |
getDisplayName()
Returns a human-consumable display name for this selector.
|
boolean |
matchesStrictly(ComponentIdentifier identifier)
Checks if selector matches component identifier.
|
String getDisplayName()
boolean matchesStrictly(ComponentIdentifier identifier)
identifier - Component identifier@Incubating AttributeContainer getAttributes()