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 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-2012 Apache Software Foundation. All Rights Reserved.