public abstract class AbstractBlameCommand extends AbstractCommand
Constructor and Description |
---|
AbstractBlameCommand() |
Modifier and Type | Method and Description |
---|---|
abstract BlameScmResult |
executeBlameCommand(ScmProviderRepository repo,
ScmFileSet workingDirectory,
String filename) |
protected ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet workingDirectory,
CommandParameters parameters) |
execute, getLogger, setLogger
public AbstractBlameCommand()
public abstract BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) throws ScmException
ScmException
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters) throws ScmException
executeCommand
in class AbstractCommand
ScmException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.