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() |
execute
public AbstractUpdateCommand()
protected abstract UpdateScmResult executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion) throws ScmException
ScmException
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand
in class AbstractCommand
ScmException
protected abstract ChangeLogCommand getChangeLogCommand()
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.