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, setLogger
public AbstractLockCommand()
protected abstract ScmResult executeLockCommand(ScmProviderRepository repository, File workingDirectory, String filename) throws ScmException
ScmException
public ScmResult executeCommand(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters) throws ScmException
ScmException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.