public interface GitFileManager
<T> T readFile(String branch, String pathOrEmpty, Function<File,T> callback) throws IOException, org.eclipse.jgit.api.errors.GitAPIException
IOExceptionorg.eclipse.jgit.api.errors.GitAPIException<T> T writeFile(String branch, String pathOrEmpty, WriteCallback<T> callback) throws IOException, org.eclipse.jgit.api.errors.GitAPIException
IOExceptionorg.eclipse.jgit.api.errors.GitAPIExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.