Class StarteamUpdateCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.update.AbstractUpdateCommand
-
- org.apache.maven.scm.provider.starteam.command.update.StarteamUpdateCommand
-
- All Implemented Interfaces:
Command,StarteamCommand
public class StarteamUpdateCommand extends AbstractUpdateCommand implements StarteamCommand
- Author:
- Dan T. Tran
-
-
Constructor Summary
Constructors Constructor Description StarteamUpdateCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(StarteamScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)static org.codehaus.plexus.util.cli.CommandlinecreateDeleteLocalCommand(StarteamScmProviderRepository repo, ScmFileSet dir, ScmVersion version)protected UpdateScmResultexecuteUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)protected ChangeLogCommandgetChangeLogCommand()-
Methods inherited from class org.apache.maven.scm.command.update.AbstractUpdateCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeUpdateCommand
protected UpdateScmResult executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) throws ScmException
- Specified by:
executeUpdateCommandin classAbstractUpdateCommand- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(StarteamScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
-
getChangeLogCommand
protected ChangeLogCommand getChangeLogCommand()
- Specified by:
getChangeLogCommandin classAbstractUpdateCommand
-
createDeleteLocalCommand
public static org.codehaus.plexus.util.cli.Commandline createDeleteLocalCommand(StarteamScmProviderRepository repo, ScmFileSet dir, ScmVersion version)
-
-