ProjectComponentSelector

Criteria for selecting a component instance that is built as part of the current build.

Since

1.10

Functions

Link copied to clipboard
The attributes of the module to select the component from.
Link copied to clipboard
abstract fun getBuildPath(): String
Absolute build path of the build within the Gradle invocation to select a project 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 getProjectPath(): String
The path of the project to select the component from.
Link copied to clipboard
The explicitly requested capabilities for this component.
Link copied to clipboard
abstract fun matchesStrictly(identifier: ComponentIdentifier): Boolean
Checks if selector matches component identifier.