public class ReflogEntryImpl extends java.lang.Object implements java.io.Serializable, ReflogEntry
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment() |
ObjectId |
getNewId() |
ObjectId |
getOldId() |
PersonIdent |
getWho() |
CheckoutEntry |
parseCheckout() |
java.lang.String |
toString() |
public ObjectId getOldId()
getOldId
in interface ReflogEntry
public ObjectId getNewId()
getNewId
in interface ReflogEntry
public PersonIdent getWho()
getWho
in interface ReflogEntry
public java.lang.String getComment()
getComment
in interface ReflogEntry
public java.lang.String toString()
toString
in class java.lang.Object
public CheckoutEntry parseCheckout()
parseCheckout
in interface ReflogEntry
CheckoutEntry
with parsed information about a branch
switch, or null if the entry is not a checkoutCopyright © 2013. All Rights Reserved.