org.apache.maven.scm.provider.starteam.command.update

Class StarteamUpdateCommand

public class StarteamUpdateCommand extends AbstractUpdateCommand implements StarteamCommand

Version: $Id: StarteamUpdateCommand.java 372209 2006-01-25 13:30:01Z evenisse $

Author: Dan T. Tran

Method Summary
static CommandlinecreateCommandLine(StarteamScmProviderRepository repo, File dirOrFile, String tag)
static CommandlinecreateDeleteLocalCommand(StarteamScmProviderRepository repo, File dirOrFile, String tag)
protected UpdateScmResultexecuteUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag)
protected ChangeLogCommandgetChangeLogCommand()

Method Detail

createCommandLine

public static Commandline createCommandLine(StarteamScmProviderRepository repo, File dirOrFile, String tag)

createDeleteLocalCommand

public static Commandline createDeleteLocalCommand(StarteamScmProviderRepository repo, File dirOrFile, 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.