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:
AbstractCvsBlameCommand
,BazaarBlameCommand
,ClearCaseBlameCommand
,GitBlameCommand
,HgBlameCommand
,PerforceBlameCommand
,SvnBlameCommand
,TfsBlameCommand
public abstract class AbstractBlameCommand extends AbstractCommand
- Since:
- 1.4
- Author:
- Evgeny Mandrikov
-
-
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, java.lang.String filename)
protected ScmResult
executeCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters)
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeBlameCommand
public abstract BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, java.lang.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
-
-