public class SvnBlameCommand extends AbstractBlameCommand implements SvnCommand
| Constructor and Description |
|---|
SvnBlameCommand() |
| Modifier and Type | Method and Description |
|---|---|
static org.codehaus.plexus.util.cli.Commandline |
createCommandLine(SvnScmProviderRepository repository,
java.io.File workingDirectory,
java.lang.String filename) |
BlameScmResult |
executeBlameCommand(ScmProviderRepository repo,
ScmFileSet workingDirectory,
java.lang.String filename) |
executeCommandexecute, getLogger, setLoggerpublic BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, java.lang.String filename) throws ScmException
executeBlameCommand in class AbstractBlameCommandScmExceptionpublic static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String filename)