Class GitBlameCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.blame.AbstractBlameCommand
-
- org.apache.maven.scm.provider.git.gitexe.command.blame.GitBlameCommand
-
- All Implemented Interfaces:
Command
,GitCommand
public class GitBlameCommand extends AbstractBlameCommand implements GitCommand
- Since:
- 1.4
- Author:
- Evgeny Mandrikov, Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description GitBlameCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static org.codehaus.plexus.util.cli.Commandline
createCommandLine(File workingDirectory, String filename, boolean ignoreWhitespace)
BlameScmResult
executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename)
protected ScmResult
executeCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters)
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeCommand
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters) throws ScmException
- Overrides:
executeCommand
in classAbstractBlameCommand
- Throws:
ScmException
-
executeBlameCommand
public BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) throws ScmException
- Specified by:
executeBlameCommand
in classAbstractBlameCommand
- Throws:
ScmException
-
-