ModuleComponentSelector

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

Since

1.10

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getDisplayName(): String
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
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