Class JGitInfoCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.provider.git.jgit.command.info.JGitInfoCommand
 
 
- 
- All Implemented Interfaces:
- Command,- GitCommand
 
 public class JGitInfoCommand extends AbstractCommand implements GitCommand - Since:
- 1.9.5
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description JGitInfoCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)protected InfoItemgetInfoItem(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.lib.ObjectId headObjectId, File file)protected InfoItemgetInfoItem(org.eclipse.jgit.revwalk.RevCommit fileCommit, File file)- 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
JGitInfoCommandpublic JGitInfoCommand() 
 
- 
 - 
Method Detail- 
executeCommandprotected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
- executeCommandin class- AbstractCommand
- Throws:
- ScmException
 
 - 
getInfoItemprotected InfoItem getInfoItem(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.lib.ObjectId headObjectId, File file) throws IOException - Throws:
- IOException
 
 - 
getInfoItemprotected InfoItem getInfoItem(org.eclipse.jgit.revwalk.RevCommit fileCommit, File file) 
 
- 
 
-