org.apache.maven.scm.provider.svn.svnexe.command.diff
Class SvnDiffCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.diff.AbstractDiffCommand
org.apache.maven.scm.provider.svn.svnexe.command.diff.SvnDiffCommand
- All Implemented Interfaces:
- Command, SvnCommand
public class SvnDiffCommand
- extends AbstractDiffCommand
- implements SvnCommand
- Version:
- $Id: SvnDiffCommand.java 524909 2007-04-02 20:02:44Z evenisse $
- Author:
- Brett Porter
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 |
SvnDiffCommand
public SvnDiffCommand()
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(SvnScmProviderRepository repository,
File workingDirectory,
ScmVersion startVersion,
ScmVersion endVersion)
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.