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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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) private voiddeleteLocal(StarteamScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) protected UpdateScmResultexecuteUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) protected ChangeLogCommandMethods inherited from class org.apache.maven.scm.command.update.AbstractUpdateCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
StarteamUpdateCommand
public StarteamUpdateCommand()
-
-
Method Details
-
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
- Specified by:
getChangeLogCommandin classAbstractUpdateCommand
-
deleteLocal
private void deleteLocal(StarteamScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) throws ScmException - Throws:
ScmException
-
createDeleteLocalCommand
public static org.codehaus.plexus.util.cli.Commandline createDeleteLocalCommand(StarteamScmProviderRepository repo, ScmFileSet dir, ScmVersion version)
-