public class JGitScanner
extends java.lang.Object
| Constructor and Description |
|---|
JGitScanner(java.lang.String path,
java.lang.String range) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GitBranch> |
findBranches() |
java.util.List<GitCommit> |
findCommits() |
java.util.List<GitTag> |
findTags() |
protected static org.eclipse.jgit.api.LogCommand |
getLogWithOrWithOutRange(org.eclipse.jgit.api.Git git,
java.lang.String range) |
protected static org.eclipse.jgit.api.LogCommand getLogWithOrWithOutRange(org.eclipse.jgit.api.Git git,
java.lang.String range)
throws java.io.IOException
java.io.IOExceptionpublic java.util.List<GitCommit> findCommits() throws java.io.IOException
java.io.IOExceptionpublic java.util.List<GitBranch> findBranches() throws java.io.IOException
java.io.IOExceptionpublic java.util.List<GitTag> findTags() throws java.io.IOException
java.io.IOException