Interface ArtifactTypeRegistry

    • Method Detail

      • get

        ArtifactType get​(String typeId)
        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.