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
-
Field Summary
FieldsFields inherited from class AbstractCommand
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, File workingDirectory, String filename) executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) Methods inherited from class AbstractBlameCommand
executeCommandMethods inherited from class AbstractCommand
execute
-
Field Details
-
interactive
private final boolean interactive
-
-
Constructor Details
-
SvnBlameCommand
public SvnBlameCommand(boolean interactive)
-
-
Method Details
-
executeBlameCommand
public BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) throws ScmException - Specified by:
executeBlameCommandin classAbstractBlameCommand- Throws:
ScmException
-
createCommandLine
public org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String filename)
-