org.apache.maven.scm.provider.synergy.command.update
Class SynergyUpdateCommand

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.synergy.command.update.SynergyUpdateCommand
All Implemented Interfaces:
Command, SynergyCommand

public class SynergyUpdateCommand
extends AbstractUpdateCommand
implements SynergyCommand

Version:
$Id: SynergyUpdateCommand.java 1333668 2012-05-03 22:37:08Z hboutemy $
Author:
Julien Henry

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
SynergyUpdateCommand()
           
 
Method Summary
static void copyDirectoryStructure(File sourceDirectory, File destinationDirectory, List<ScmFile> modifications)
          Copies a entire directory structure and collect modifications.
protected  UpdateScmResult executeUpdateCommand(ScmProviderRepository repository, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynergyUpdateCommand

public SynergyUpdateCommand()
Method Detail

executeUpdateCommand

protected UpdateScmResult executeUpdateCommand(ScmProviderRepository repository,
                                               ScmFileSet fileSet,
                                               ScmVersion version)
                                        throws ScmException

Specified by:
executeUpdateCommand in class AbstractUpdateCommand
Throws:
ScmException

getChangeLogCommand

protected ChangeLogCommand getChangeLogCommand()
Specified by:
getChangeLogCommand in class AbstractUpdateCommand

copyDirectoryStructure

public static void copyDirectoryStructure(File sourceDirectory,
                                          File destinationDirectory,
                                          List<ScmFile> modifications)
                                   throws IOException
Copies a entire directory structure and collect modifications.

Note:

Parameters:
sourceDirectory -
destinationDirectory -
Throws:
IOException


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