Class SvnBlameCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.blame.AbstractBlameCommand
org.apache.maven.scm.provider.svn.svnexe.command.blame.SvnBlameCommand
- All Implemented Interfaces:
Command
,SvnCommand
- Since:
- 1.4
- Author:
- Evgeny Mandrikov, Olivier Lamy
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
createCommandLine
(SvnScmProviderRepository repository, 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
-
Constructor Details
-
SvnBlameCommand
public SvnBlameCommand()
-
-
Method Details
-
executeBlameCommand
public BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) throws ScmException - Specified by:
executeBlameCommand
in classAbstractBlameCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String filename)
-