org.apache.maven.scm.provider.git.gitexe.command.diff
Class GitDiffCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.diff.AbstractDiffCommand
org.apache.maven.scm.provider.git.gitexe.command.diff.GitDiffCommand
- All Implemented Interfaces:
- Command, GitCommand
public class GitDiffCommand
- extends AbstractDiffCommand
- implements GitCommand
- Version:
- $Id: GitDiffCommand.java 690997 2008-09-01 15:29:28Z vsiveton $
- Author:
- Mark Struberg
Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GitDiffCommand
public GitDiffCommand()
executeDiffCommand
protected DiffScmResult executeDiffCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
throws ScmException
-
- Specified by:
executeDiffCommand
in class AbstractDiffCommand
- Throws:
ScmException
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(File workingDirectory,
ScmVersion startVersion,
ScmVersion endVersion,
boolean cached)
- Parameters:
cached
- if true
diff the index to the head, else diff the tree to the index
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.