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) |
executepublic JGitInfoCommand()
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCommandScmExceptionprotected InfoItem getInfoItem(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.lib.ObjectId headObjectId, File file) throws IOException
IOExceptionprotected InfoItem getInfoItem(org.eclipse.jgit.revwalk.RevCommit fileCommit, File file)
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.