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

Class SvnUpdateCommand

public class SvnUpdateCommand extends AbstractUpdateCommand implements SvnCommand

Version: $Id: SvnUpdateCommand.java 384477 2006-03-09 10:02:24Z evenisse $

Author: Emmanuel Venisse

Method Summary
static CommandlinecreateCommandLine(SvnScmProviderRepository repository, File workingDirectory, String tag)
protected UpdateScmResultexecuteUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag)
protected ChangeLogCommandgetChangeLogCommand()

Method Detail

createCommandLine

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

executeUpdateCommand

protected UpdateScmResult executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag)

getChangeLogCommand

protected ChangeLogCommand getChangeLogCommand()

See Also: org.apache.maven.scm.command.update.AbstractUpdateCommand#getChangeLogCommand()

Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.