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.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractBlameCommand()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract BlameScmResultexecuteBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename)protected ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters)- 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractBlameCommandpublic AbstractBlameCommand() 
 
- 
 - 
Method Detail- 
executeBlameCommandpublic abstract BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) throws ScmException - Throws:
- ScmException
 
 - 
executeCommandprotected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters) throws ScmException - Specified by:
- executeCommandin class- AbstractCommand
- Throws:
- ScmException
 
 
- 
 
-