public class GitBlameCommand extends AbstractBlameCommand implements GitCommand
Constructor and Description |
---|
GitBlameCommand() |
Modifier and Type | Method and Description |
---|---|
protected static 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) |
execute, getLogger, setLogger
public GitBlameCommand()
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters) throws ScmException
executeCommand
in class AbstractBlameCommand
ScmException
public BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) throws ScmException
executeBlameCommand
in class AbstractBlameCommand
ScmException
protected static Commandline createCommandLine(File workingDirectory, String filename, boolean ignoreWhitespace)
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.