HasAttributesComponentMetadataDetailspublic interface ComponentMetadata extends HasAttributes
| Modifier and Type | Method | Description | 
|---|---|---|
| ModuleVersionIdentifier | getId() | Returns the identifier of the component. | 
| java.lang.String | getStatus() | Returns the status of the component. | 
| java.util.List<java.lang.String> | getStatusScheme() | Returns the status scheme of the component. | 
| boolean | isChanging() | Tells whether the component is changing or immutable. | 
getAttributesModuleVersionIdentifier getId()
boolean isChanging()
java.lang.String getStatus()
getStatusScheme().
 For an external module component, the status is determined from the module descriptor:
java.util.List<java.lang.String> getStatusScheme()
["integration", "milestone", "release"].