io.hawt.git.GitFileManager Maven / Gradle / Ivy
The newest version!
package io.hawt.git;
import java.io.File;
import java.io.IOException;
import io.hawt.util.Function;
import org.eclipse.jgit.api.errors.GitAPIException;
public interface GitFileManager {
T readFile(String branch, String pathOrEmpty, Function callback) throws IOException, GitAPIException;
T writeFile(String branch, String pathOrEmpty, WriteCallback callback) throws IOException, GitAPIException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy