org.apache.maven.scm.provider.svn.svnexe.command.diff

Class SvnDiffCommand

public class SvnDiffCommand extends AbstractDiffCommand implements SvnCommand

Version: $Id: SvnDiffCommand.java 391979 2006-04-06 13:27:14Z evenisse $

Author: Brett Porter

Method Summary
static CommandlinecreateCommandLine(SvnScmProviderRepository repository, File workingDirectory, String startRevision, String endRevision)
protected DiffScmResultexecuteDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, String startRevision, String endRevision)

Method Detail

createCommandLine

public static Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String startRevision, String endRevision)

executeDiffCommand

protected DiffScmResult executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, String startRevision, String endRevision)
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.