org.apache.maven.scm.provider.integrity.command.update
Class IntegrityUpdateCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.update.AbstractUpdateCommand
          extended by org.apache.maven.scm.provider.integrity.command.update.IntegrityUpdateCommand
All Implemented Interfaces:
Command

public class IntegrityUpdateCommand
extends AbstractUpdateCommand

MKS Integrity implementation of Maven's AbstractUpdateCommand
This command will execute a 'si resync' to synchronize the sandbox with the server revisions.

Since:
1.6
Version:
$Id: IntegrityUpdateCommand.java 1.3 2011/08/22 13:06:42EDT Cletus D'Souza (dsouza) Exp $
Author:
Cletus D'Souza

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
IntegrityUpdateCommand()
           
 
Method Summary
 UpdateScmResult executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)
          
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrityUpdateCommand

public IntegrityUpdateCommand()
Method Detail

executeUpdateCommand

public UpdateScmResult executeUpdateCommand(ScmProviderRepository repository,
                                            ScmFileSet fileSet,
                                            ScmVersion scmVersion)
                                     throws ScmException

Specified by:
executeUpdateCommand in class AbstractUpdateCommand
Throws:
ScmException

getChangeLogCommand

protected ChangeLogCommand getChangeLogCommand()

Specified by:
getChangeLogCommand in class AbstractUpdateCommand


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.