public abstract class AbstractUpdateCommand extends AbstractCommand
logger| Constructor and Description |
|---|
AbstractUpdateCommand() |
| Modifier and Type | Method and Description |
|---|---|
ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract UpdateScmResult |
executeUpdateCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion) |
protected abstract ChangeLogCommand |
getChangeLogCommand() |
executepublic AbstractUpdateCommand()
protected abstract UpdateScmResult executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion) throws ScmException
ScmExceptionpublic ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCommandScmExceptionprotected abstract ChangeLogCommand getChangeLogCommand()
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.