Class Index

java.lang.Object
com.cosium.code.format.git.Index
All Implemented Interfaces:
AutoCloseable

public class Index extends Object implements AutoCloseable
Author:
Réda Housni Alaoui
  • Method Details

    • lock

      public static Index lock(org.eclipse.jgit.lib.Repository repository) throws IOException
      Throws:
      IOException
    • editor

      public org.eclipse.jgit.dircache.DirCacheEditor editor()
    • write

      public void write() throws IOException
      Throws:
      IOException
    • commit

      public void commit()
    • treeIterator

      public org.eclipse.jgit.treewalk.AbstractTreeIterator treeIterator()
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable