public class ClearCaseBlameCommand extends AbstractBlameCommand implements ClearCaseCommand
Constructor and Description |
---|
ClearCaseBlameCommand() |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.util.cli.Commandline |
createCommandLine(java.io.File workingDirectory,
java.lang.String filename) |
BlameScmResult |
executeBlameCommand(ScmProviderRepository repo,
ScmFileSet workingDirectory,
java.lang.String filename) |
executeCommand
execute, getLogger, setLogger
public BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, java.lang.String filename) throws ScmException
executeBlameCommand
in class AbstractBlameCommand
ScmException
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(java.io.File workingDirectory, java.lang.String filename)