Class TfsBlameCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.blame.AbstractBlameCommand
org.apache.maven.scm.provider.tfs.command.blame.TfsBlameCommand
- All Implemented Interfaces:
Command
- Since:
- 1.4
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
createCommandLine
(File workingDirectory, String filename) executeBlameCommand
(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
-
Constructor Details
-
TfsBlameCommand
public TfsBlameCommand()
-
-
Method Details
-
executeBlameCommand
public BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) throws ScmException - Specified by:
executeBlameCommand
in classAbstractBlameCommand
- Throws:
ScmException
-
createCommandLine
-