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 modifications)
Copies a entire directory structure and collect modifications.
|
protected UpdateScmResult |
executeUpdateCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version) |
protected ChangeLogCommand |
getChangeLogCommand() |
executeCommandexecute, getLogger, setLoggerprotected 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 modifications) throws IOException
sourceDirectory must exists.
sourceDirectory - destinationDirectory - IOExceptionCopyright © 2003–2014. All rights reserved.