Interface ArtifactTypeRegistry


public interface ArtifactTypeRegistry
A registry of known artifact types.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String typeId)
    Gets the artifact type with the specified identifier.
  • Method Details

    • get

      Gets the artifact type with the specified identifier.
      Parameters:
      typeId - The identifier of the type, must not be null.
      Returns:
      The artifact type or null if no type with the requested identifier exists.