Uses of Class
org.eclipse.jgit.revwalk.FooterKey

Packages that use FooterKey
org.eclipse.jgit.revwalk   
 

Uses of FooterKey in org.eclipse.jgit.revwalk
 

Fields in org.eclipse.jgit.revwalk declared as FooterKey
static FooterKey FooterKey.ACKED_BY
          Standard Acked-by
static FooterKey FooterKey.CC
          Standard CC
static FooterKey FooterKey.SIGNED_OFF_BY
          Standard Signed-off-by
 

Methods in org.eclipse.jgit.revwalk with parameters of type FooterKey
 List<String> RevCommit.getFooterLines(FooterKey keyName)
          Get the values of all footer lines with the given key.
 boolean FooterLine.matches(FooterKey key)
           
 



Copyright © 2012. All Rights Reserved.