public class SynergyUpdateCommand extends AbstractUpdateCommand implements SynergyCommand
Constructor and Description |
---|
SynergyUpdateCommand() |
Modifier and Type | Method and Description |
---|---|
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() |
executeCommand
execute, getLogger, setLogger
public SynergyUpdateCommand()
protected UpdateScmResult executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version) throws ScmException
executeUpdateCommand
in class AbstractUpdateCommand
ScmException
protected ChangeLogCommand getChangeLogCommand()
getChangeLogCommand
in class AbstractUpdateCommand
public static void copyDirectoryStructure(File sourceDirectory, File destinationDirectory, List<ScmFile> modifications) throws IOException
sourceDirectory
must exists.
sourceDirectory
- destinationDirectory
- IOException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.