Interface ComponentArtifactIdentifier
-
public interface ComponentArtifactIdentifier
An opaque immutable identifier for an artifact that belongs to some component instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentIdentifier
getComponentIdentifier()
Returns the id of the component that this artifact belongs to.java.lang.String
getDisplayName()
Returns some human-consumable display name for this artifact.
-
-
-
Method Detail
-
getComponentIdentifier
ComponentIdentifier getComponentIdentifier()
Returns the id of the component that this artifact belongs to.
-
getDisplayName
java.lang.String getDisplayName()
Returns some human-consumable display name for this artifact.
-
-