Interface FeatureArtifact


  • @ProviderType
    public interface FeatureArtifact
    An Artifact is an entity with an ID, for use in extensions.
    • Method Detail

      • getID

        ID getID()
        Get the artifact's ID.
        Returns:
        The ID of this artifact.
      • getMetadata

        java.util.Map<java.lang.String,​java.lang.Object> getMetadata()
        Get the metadata for this artifact.
        Returns:
        The metadata. The returned map is unmodifiable.