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
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
-
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.CommandlinecreateCommandLine(java.io.File workingDirectory, java.lang.String filename, boolean ignoreWhitespace)BlameScmResultexecuteBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, java.lang.String filename)protected ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters)-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
-
-
-
Method Detail
-
executeCommand
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters) throws ScmException
- Overrides:
executeCommandin classAbstractBlameCommand- Throws:
ScmException
-
executeBlameCommand
public BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, java.lang.String filename) throws ScmException
- Specified by:
executeBlameCommandin classAbstractBlameCommand- Throws:
ScmException
-
createCommandLine
protected static org.codehaus.plexus.util.cli.Commandline createCommandLine(java.io.File workingDirectory, java.lang.String filename, boolean ignoreWhitespace)
-
-