Interface SubModule.Builder

    • Method Detail

      • commitId

        SubModule.Builder commitId​(String commitId)

        The commit ID that contains the reference to the submodule.

        Parameters:
        commitId - The commit ID that contains the reference to the submodule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • absolutePath

        SubModule.Builder absolutePath​(String absolutePath)

        The fully qualified path to the folder that contains the reference to the submodule.

        Parameters:
        absolutePath - The fully qualified path to the folder that contains the reference to the submodule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relativePath

        SubModule.Builder relativePath​(String relativePath)

        The relative path of the submodule from the folder where the query originated.

        Parameters:
        relativePath - The relative path of the submodule from the folder where the query originated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.