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) |
execute
public static final String NAME
public AbstractCheckInCommand()
protected abstract CheckInScmResult executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion) throws ScmException
ScmException
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand
in class AbstractCommand
ScmException
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.