Class DefaultArtifactTypeRegistry

    • Method Detail

      • add

        public DefaultArtifactTypeRegistry add​(ArtifactType type)
        Adds the specified artifact type to the registry.
        Parameters:
        type - The artifact type to add, must not be null.
        Returns:
        This registry for chaining, never null.
      • get

        public ArtifactType get​(String typeId)
        Description copied from interface: ArtifactTypeRegistry
        Gets the artifact type with the specified identifier.
        Specified by:
        get in interface ArtifactTypeRegistry
        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.