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() |
executeCommandexecute, getLogger, setLoggerpublic SynergyUpdateCommand()
protected UpdateScmResult executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version) throws ScmException
executeUpdateCommand in class AbstractUpdateCommandScmExceptionprotected ChangeLogCommand getChangeLogCommand()
getChangeLogCommand in class AbstractUpdateCommandpublic static void copyDirectoryStructure(File sourceDirectory, File destinationDirectory, List<ScmFile> modifications) throws IOException
sourceDirectory must exists.
sourceDirectory - destinationDirectory - IOExceptionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.