public final class FooterLine
extends java.lang.Object
These footer lines tend to be used to represent additional information about a commit, like the path it followed through reviewers before finally being accepted into the project's main repository as an immutable commit.
RevCommit.getFooterLines()
public boolean matches(FooterKey key)
key
- key to test this line's key name against.key.getName().equalsIgnorecase(getKey())
.public java.lang.String getKey()
public java.lang.String getValue()
public java.lang.String getEmailAddress()
If there is an email address looking string inside of angle brackets
(e.g. ""), the return value is the part extracted from inside the
brackets. If no brackets are found, then getValue()
is returned
if the value contains an '@' sign. Otherwise, null.
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2012. All Rights Reserved.