org.apache.maven.scm.provider.synergy.command.update
Class SynergyUpdateCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.update.AbstractUpdateCommand
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 691810 2008-09-03 22:38:28Z vsiveton $
- Author:
- Julien Henry
Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynergyUpdateCommand
public SynergyUpdateCommand()
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(java.io.File sourceDirectory,
java.io.File destinationDirectory,
java.util.List modifications)
throws java.io.IOException
- Copies a entire directory structure and collect modifications.
Note:
- It will include empty directories.
- The
sourceDirectory
must exists.
- Parameters:
sourceDirectory
- destinationDirectory
-
- Throws:
java.io.IOException
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.