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.Commandline
createCommandLine
(StarteamScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) static org.codehaus.plexus.util.cli.Commandline
createDeleteLocalCommand
(StarteamScmProviderRepository repo, ScmFileSet dir, ScmVersion version) private void
deleteLocal
(StarteamScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) protected UpdateScmResult
executeUpdateCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) protected ChangeLogCommand
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
-
Constructor Details
-
StarteamUpdateCommand
public StarteamUpdateCommand()
-
-
Method Details
-
executeUpdateCommand
protected UpdateScmResult executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) throws ScmException - Specified by:
executeUpdateCommand
in classAbstractUpdateCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(StarteamScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) -
getChangeLogCommand
- Specified by:
getChangeLogCommand
in 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)
-