public class JGitInfoCommand extends AbstractCommand implements GitCommand
logger
Constructor and Description |
---|
JGitInfoCommand() |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected InfoItem |
getInfoItem(org.eclipse.jgit.lib.Repository repository,
org.eclipse.jgit.lib.ObjectId headObjectId,
File file) |
protected InfoItem |
getInfoItem(org.eclipse.jgit.revwalk.RevCommit fileCommit,
File file) |
execute
public JGitInfoCommand()
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand
in class AbstractCommand
ScmException
protected InfoItem getInfoItem(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.lib.ObjectId headObjectId, File file) throws IOException
IOException
protected InfoItem getInfoItem(org.eclipse.jgit.revwalk.RevCommit fileCommit, File file)
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.