public class GitBlameCommand extends AbstractBlameCommand implements GitCommand
logger
Constructor and Description |
---|
GitBlameCommand() |
Modifier and Type | Method and 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) |
execute
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 org.codehaus.plexus.util.cli.Commandline createCommandLine(File workingDirectory, String filename, boolean ignoreWhitespace)
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.