Class BazaarBlameCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.blame.AbstractBlameCommand
org.apache.maven.scm.provider.bazaar.command.blame.BazaarBlameCommand
- All Implemented Interfaces:
Command
- Since:
- 1.4
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteBlameCommand
(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) Methods inherited from class org.apache.maven.scm.command.blame.AbstractBlameCommand
executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Field Details
-
BLAME_CMD
- See Also:
-
-
Constructor Details
-
BazaarBlameCommand
public BazaarBlameCommand()
-
-
Method Details
-
executeBlameCommand
public BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) throws ScmException - Specified by:
executeBlameCommand
in classAbstractBlameCommand
- Throws:
ScmException
-