public abstract class AbstractCheckInCommand extends AbstractCommand
| 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, getLogger, setLoggerpublic 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–2018 The Apache Software Foundation. All rights reserved.