ComponentMetadata

Provides a read-only view of a resolved component's metadata, which typically originates from a component descriptor (Ivy file, Maven POM).

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
Returns the identifier of the component.
Link copied to clipboard
abstract fun getStatus(): String
Returns the status of the component.
Link copied to clipboard
abstract fun getStatusScheme(): List<String>
Returns the status scheme of the component.
Link copied to clipboard
abstract fun isChanging(): Boolean
Tells whether the component is changing or immutable.