Interface ComponentMetadata
- All Superinterfaces:
HasAttributes
- All Known Subinterfaces:
ComponentMetadataDetails
Provides a read-only view of a resolved component's metadata, which typically originates from
a component descriptor (Ivy file, Maven POM).
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the identifier of the component.Returns the status of the component.Returns the status scheme of the component.booleanTells whether the component is changing or immutable.Methods inherited from interface HasAttributes
getAttributes
-
Method Details
-
getId
ModuleVersionIdentifier getId()Returns the identifier of the component.- Returns:
- the identifier of the component.
-
isChanging
boolean isChanging()Tells whether the component is changing or immutable.- Returns:
- whether the component is changing or immutable.
-
getStatus
String getStatus()Returns the status of the component. Must match one of the values ingetStatusScheme().- Returns:
- the status of the component
-
getStatusScheme
-