public abstract class AbstractCvsBlameCommand extends AbstractBlameCommand implements CvsCommand
Constructor and Description |
---|
AbstractCvsBlameCommand() |
Modifier and Type | Method and Description |
---|---|
BlameScmResult |
executeBlameCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String filename) |
protected abstract BlameScmResult |
executeCvsCommand(Commandline cl,
CvsScmProviderRepository repository) |
executeCommand
execute, getLogger, setLogger
public AbstractCvsBlameCommand()
public BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet fileSet, String filename) throws ScmException
executeBlameCommand
in class AbstractBlameCommand
ScmException
protected abstract BlameScmResult executeCvsCommand(Commandline cl, CvsScmProviderRepository repository) throws ScmException
ScmException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.