org.eclipse.jgit.storage.file
Class CheckoutEntry

java.lang.Object
  extended by org.eclipse.jgit.storage.file.CheckoutEntry

public class CheckoutEntry
extends Object

Parsed information about a checkout.


Method Summary
 String getFromBranch()
           
 String getToBranch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFromBranch

public String getFromBranch()
Returns:
the name of the branch before checkout

getToBranch

public String getToBranch()
Returns:
the name of the branch after checkout


Copyright © 2012. All Rights Reserved.