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) |
static org.codehaus.plexus.util.cli.Commandline |
createFilelogCommandLine(PerforceScmProviderRepository repo,
File workingDirectory,
String filename) |
BlameScmResult |
executeBlameCommand(ScmProviderRepository repo,
ScmFileSet workingDirectory,
String filename) |
executeCommand
execute, getLogger, setLogger
public BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename) throws ScmException
executeBlameCommand
in class AbstractBlameCommand
ScmException
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(PerforceScmProviderRepository repo, File workingDirectory, String filename)
public static org.codehaus.plexus.util.cli.Commandline createFilelogCommandLine(PerforceScmProviderRepository repo, File workingDirectory, String filename)
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.