Interface FeatureArtifact


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

    Modifier and Type
    Method
    Description
    Get the artifact's ID.
    Get the metadata for this artifact.
  • Method Details

    • getID

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

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