public abstract class AbstractLockCommand extends AbstractCommand
| Constructor and Description |
|---|
AbstractLockCommand() |
| Modifier and Type | Method and Description |
|---|---|
ScmResult |
executeCommand(ScmProviderRepository repository,
File workingDirectory,
CommandParameters parameters) |
protected abstract ScmResult |
executeLockCommand(ScmProviderRepository repository,
File workingDirectory,
String filename) |
execute, executeCommand, getLogger, setLoggerpublic AbstractLockCommand()
protected abstract ScmResult executeLockCommand(ScmProviderRepository repository, File workingDirectory, String filename) throws ScmException
ScmExceptionpublic ScmResult executeCommand(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters) throws ScmException
ScmExceptionCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.