LibraryComponentSelector

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

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
@Nullable
abstract fun getLibraryName(): String
Return the library name of the selected library.
Link copied to clipboard
abstract fun getProjectPath(): String
Return the project path of the selected library.
Link copied to clipboard
Link copied to clipboard
@Nullable
abstract fun getVariant(): String
Link copied to clipboard
abstract fun matchesStrictly(identifier: ComponentIdentifier): Boolean