Class SubmoduleStatus


  • public class SubmoduleStatus
    extends java.lang.Object
    Status class containing the type, path, and commit id of the submodule.
    • Method Detail

      • getPath

        public java.lang.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