Package org.eclipse.jgit.revwalk
Class FooterKey
- java.lang.Object
-
- org.eclipse.jgit.revwalk.FooterKey
-
public final class FooterKey extends java.lang.ObjectCase 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.StringgetName()Get name of this footer line.java.lang.StringtoString()
-