Uses of Class
org.eclipse.jgit.revwalk.FooterLine
Packages that use FooterLine
-
Uses of FooterLine in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that return types with arguments of type FooterLineModifier and TypeMethodDescriptionstatic List<FooterLine>
FooterLine.fromMessage
(byte[] raw) Extract the footer lines from the given message.static List<FooterLine>
FooterLine.fromMessage
(String str) Extract the footer lines from the given message.final List<FooterLine>
RevCommit.getFooterLines()
Parse the footer lines (e.g.Method parameters in org.eclipse.jgit.revwalk with type arguments of type FooterLineModifier and TypeMethodDescriptionFooterLine.getValues
(List<FooterLine> footers, String keyName) Get the values of all footer lines with the given key.FooterLine.getValues
(List<FooterLine> footers, FooterKey key) Get the values of all footer lines with the given key.