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
- Since:
- 1.4
-
Field Summary
Fields inherited from class AbstractCommand
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(File workingDirectory, String filename, boolean ignoreWhitespace) executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) protected ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters) Methods inherited from class AbstractCommand
execute
-
Constructor Details
-
GitBlameCommand
public GitBlameCommand()
-
-
Method Details
-
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, String filename) throws ScmException - Specified by:
executeBlameCommandin classAbstractBlameCommand- Throws:
ScmException
-
createCommandLine
-