Command
public class CloneGit extends AbstractCommand
Modifier and Type | Field | Description |
---|---|---|
protected FileSet |
fileSet |
|
protected static java.lang.String |
URI_PATTERN |
arguments, logger, printer
Constructor | Description |
---|---|
CloneGit() |
Modifier and Type | Method | Description |
---|---|---|
void |
execute() |
|
java.util.stream.Stream<FileContent> |
stream() |
|
protected void |
visit(org.eclipse.jgit.lib.Repository repository,
org.eclipse.jgit.revwalk.RevWalk revWalk,
org.eclipse.jgit.lib.ObjectId commitId) |
|
protected void |
visit(org.eclipse.jgit.lib.Repository repository,
org.eclipse.jgit.treewalk.TreeWalk treeWalk) |
getArgument, getOptionalArgument, getProjectFile, getProjectFilePath, getProjectHome, getProjectHomePath, parse, readProject
setArguments
protected static final java.lang.String URI_PATTERN
protected FileSet fileSet
public void execute() throws java.lang.Exception
java.lang.Exception
protected void visit(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.revwalk.RevWalk revWalk, org.eclipse.jgit.lib.ObjectId commitId) throws java.io.IOException
java.io.IOException
protected void visit(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.treewalk.TreeWalk treeWalk) throws java.io.IOException
java.io.IOException
public java.util.stream.Stream<FileContent> stream()