Package org.eclipse.jgit.revwalk
Class FooterKey
- java.lang.Object
-
- org.eclipse.jgit.revwalk.FooterKey
-
public final class FooterKey extends java.lang.Object
Case insensitive key for aFooterLine
.
-
-
Constructor Summary
Constructors Constructor Description FooterKey(java.lang.String keyName)
Create a key for a specific footer line.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Get name of this footer line.java.lang.String
toString()
-