Class DefaultRepositorySystemSession.NullArtifactTypeRegistry

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ArtifactType get​(java.lang.String typeId)
      Gets the artifact type with the specified identifier.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NullArtifactTypeRegistry

        NullArtifactTypeRegistry()
    • Method Detail

      • get

        public ArtifactType get​(java.lang.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.