Uses of Class
org.eclipse.jgit.errors.UnmergedPathException

Packages that use UnmergedPathException
org.eclipse.jgit.api   
org.eclipse.jgit.dircache   
 

Uses of UnmergedPathException in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that throw UnmergedPathException
 RevCommit CommitCommand.call()
          Executes the commit command with all the options and parameters collected by the setter methods of this class.
 

Uses of UnmergedPathException in org.eclipse.jgit.dircache
 

Methods in org.eclipse.jgit.dircache that throw UnmergedPathException
 ObjectId DirCache.writeTree(ObjectInserter ow)
          Write all index trees to the object store, returning the root tree.
 



Copyright © 2011. All Rights Reserved.