public abstract class AbstractCheckInCommand extends AbstractCommand
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
logger| Constructor and Description |
|---|
AbstractCheckInCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CheckInScmResult |
executeCheckInCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message,
ScmVersion scmVersion) |
ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
executepublic static final String NAME
public AbstractCheckInCommand()
protected abstract CheckInScmResult executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion) throws ScmException
ScmExceptionpublic ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCommandScmExceptionCopyright © 2003–2024 The Apache Software Foundation. All rights reserved.