public class GitHelper
extends java.lang.Object
| Constructor and Description |
|---|
GitHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
applyDiff(org.eclipse.jgit.api.Git git,
java.io.InputStream inputStream) |
static void |
exportArchive(org.eclipse.jgit.api.Git git,
java.io.OutputStream outputStream) |
static void |
exportDiff(org.eclipse.jgit.api.Git git,
java.io.OutputStream outputStream) |
static boolean |
isGitDirectory(java.nio.file.Path path) |
public static boolean isGitDirectory(java.nio.file.Path path)
public static void exportArchive(org.eclipse.jgit.api.Git git,
java.io.OutputStream outputStream)
throws org.eclipse.jgit.api.errors.GitAPIException,
java.io.IOException
org.eclipse.jgit.api.errors.GitAPIExceptionjava.io.IOExceptionpublic static void exportDiff(org.eclipse.jgit.api.Git git,
java.io.OutputStream outputStream)
throws java.lang.Exception
java.lang.Exceptionpublic static void applyDiff(org.eclipse.jgit.api.Git git,
java.io.InputStream inputStream)
throws java.lang.Exception
java.lang.Exception