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
-
-
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.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
getChangeLogCommand()
-
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:
executeUpdateCommand
in 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:
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)
-
-