インターフェース JGitUtil
interface JGitUtil
再利用された JGit 操作を格納するユーティリティ。内部使用のみ。
方法の概要
静的メソッド修飾子と型メソッド説明static StreamSE<ModifiedFile>toModifiedFiles(org.eclipse.jgit.lib.Repository repository, StringSE oldRef, StringSE newRef) static <T> TwithRepository(ThrowingFunction<org.eclipse.jgit.lib.Repository, T> function) static <A extends AutoCloseableSE,T>
TwithTry(SupplierSE<A> closable, ThrowingFunction<A, T> supplier) static <T> TwithTry(ThrowingSupplier<T> supplier)
方法の詳細
withTry
withTry
static <A extends AutoCloseableSE,T> T withTry(SupplierSE<A> closable, ThrowingFunction<A, T> supplier) withRepository
toModifiedFiles
static StreamSE<ModifiedFile> toModifiedFiles(org.eclipse.jgit.lib.Repository repository, StringSE oldRef, StringSE newRef)