public abstract class AbstractUpdateCommand extends AbstractCommand
| 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() |
execute, getLogger, setLoggerprotected 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–2015 The Apache Software Foundation. All rights reserved.