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