Class SubmoduleStatus

java.lang.Object
org.eclipse.jgit.submodule.SubmoduleStatus

public class SubmoduleStatus extends Object
Status class containing the type, path, and commit id of the submodule.
  • Constructor Details

  • Method Details

    • getType

      public SubmoduleStatusType getType()
      Get type
      Returns:
      type
    • getPath

      public String getPath()
      Get submodule path
      Returns:
      path submodule path
    • getIndexId

      public ObjectId getIndexId()
      Get index object id
      Returns:
      index object id
    • getHeadId

      public ObjectId getHeadId()
      Get HEAD object id
      Returns:
      HEAD object id