Class AbstractBlameCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.blame.AbstractBlameCommand
- All Implemented Interfaces:
Command
- Since:
- 1.4
- Author:
- Evgeny Mandrikov
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract 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 Details
-
AbstractBlameCommand
public AbstractBlameCommand()
-
-
Method Details
-
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
-