All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.hawt.git.GitFileManager Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
package io.hawt.git;

import io.hawt.util.Function;
import org.eclipse.jgit.api.errors.GitAPIException;

import java.io.File;
import java.io.IOException;

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 - 2024 Weber Informatics LLC | Privacy Policy