public class PerforceBlameCommand extends AbstractBlameCommand implements PerforceCommand
| Constructor and Description |
|---|
PerforceBlameCommand() |
| Modifier and Type | Method and Description |
|---|---|
static Commandline |
createCommandLine(PerforceScmProviderRepository repo,
File workingDirectory,
String filename,
String clientspec) |
static Commandline |
createFilelogCommandLine(PerforceScmProviderRepository repo,
File workingDirectory,
String filename,
String clientspec) |
BlameScmResult |
executeBlameCommand(ScmProviderRepository repo,
ScmFileSet workingDirectory,
String filename) |
executeCommandexecute, getLogger, setLoggerpublic PerforceBlameCommand()
public BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) throws ScmException
executeBlameCommand in class AbstractBlameCommandScmExceptionpublic static Commandline createCommandLine(PerforceScmProviderRepository repo, File workingDirectory, String filename, String clientspec)
public static Commandline createFilelogCommandLine(PerforceScmProviderRepository repo, File workingDirectory, String filename, String clientspec)
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.