Class AbstractBlameCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.blame.AbstractBlameCommand
-
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
GitBlameCommand
,HgBlameCommand
,JGitBlameCommand
,SvnBlameCommand
public abstract class AbstractBlameCommand extends AbstractCommand
- Since:
- 1.4
- Author:
- Evgeny Mandrikov
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description AbstractBlameCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract BlameScmResult
executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename)
protected ScmResult
executeCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters)
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
-
-
-
Constructor Detail
-
AbstractBlameCommand
public AbstractBlameCommand()
-
-
Method Detail
-
executeBlameCommand
public abstract BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) throws ScmException
- Throws:
ScmException
-
executeCommand
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters) throws ScmException
- Specified by:
executeCommand
in classAbstractCommand
- Throws:
ScmException
-
-