ModuleComponentSelector

Criteria for selecting a component instance that is available as a module version.

Since

1.10

Functions

Link copied to clipboard
The attributes of the module to select the component from.
Link copied to clipboard
Returns the set of capabilities that are requested for this component.
Link copied to clipboard
abstract fun getDisplayName(): String
Returns a human-consumable display name for this selector.
Link copied to clipboard
abstract fun getGroup(): String
The group of the module to select the component from.
Link copied to clipboard
abstract fun getModule(): String
The name of the module to select the component from.
Link copied to clipboard
The module identifier of the component.
Link copied to clipboard
The explicitly requested capabilities for this component.
Link copied to clipboard
abstract fun getVersion(): String
The version of the module to select the component from.
Link copied to clipboard
The version constraint of the module to select the component from.
Link copied to clipboard
abstract fun matchesStrictly(identifier: ComponentIdentifier): Boolean
Checks if selector matches component identifier.