public class PerforceBlameCommand extends AbstractBlameCommand implements PerforceCommand
| Constructor and Description |
|---|
PerforceBlameCommand() |
| Modifier and Type | Method and Description |
|---|---|
static org.codehaus.plexus.util.cli.Commandline |
createCommandLine(PerforceScmProviderRepository repo,
File workingDirectory,
String filename,
String clientspec) |
static org.codehaus.plexus.util.cli.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 org.codehaus.plexus.util.cli.Commandline createCommandLine(PerforceScmProviderRepository repo, File workingDirectory, String filename, String clientspec)
public static org.codehaus.plexus.util.cli.Commandline createFilelogCommandLine(PerforceScmProviderRepository repo, File workingDirectory, String filename, String clientspec)
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.