org.eclipse.jgit.lib
Class RefRename

java.lang.Object
  extended by org.eclipse.jgit.lib.RefRename

public class RefRename
extends java.lang.Object

A RefUpdate combination for renaming a ref


Method Summary
 RefUpdate.Result getResult()
           
 RefUpdate.Result rename()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getResult

public RefUpdate.Result getResult()
Returns:
result of rename operation

rename

public RefUpdate.Result rename()
                        throws java.io.IOException
Returns:
the result of the new ref update
Throws:
java.io.IOException