Uses of Class
org.eclipse.jgit.storage.file.ReflogWriter

Packages that use ReflogWriter
org.eclipse.jgit.storage.file   
 

Uses of ReflogWriter in org.eclipse.jgit.storage.file
 

Methods in org.eclipse.jgit.storage.file that return ReflogWriter
 ReflogWriter ReflogWriter.create()
          Create the log directories
 ReflogWriter ReflogWriter.log(RefUpdate update, String msg, boolean deref)
          Write the given ref update to the ref's log
 ReflogWriter ReflogWriter.log(String refName, ObjectId oldId, ObjectId newId, PersonIdent ident, String message)
          Write the given entry information to the ref's log
 ReflogWriter ReflogWriter.log(String refName, ReflogEntry entry)
          Write the given ReflogEntry entry to the ref's log
 



Copyright © 2012. All Rights Reserved.