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
- 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 BlameScmResultexecuteBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) protected ScmResultexecuteCommand(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:
 executeCommandin classAbstractCommand- Throws:
 ScmException
 
 -