Interface ComponentArtifactIdentifier
public interface ComponentArtifactIdentifier
An opaque immutable identifier for an artifact that belongs to some component instance.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the id of the component that this artifact belongs to.Returns some human-consumable display name for this artifact.
- 
Method Details- 
getComponentIdentifierComponentIdentifier getComponentIdentifier()Returns the id of the component that this artifact belongs to.
- 
getDisplayNameString getDisplayName()Returns some human-consumable display name for this artifact.
 
-