Class AbstractUnlockCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.unlock.AbstractUnlockCommand
- All Implemented Interfaces:
Command
- Author:
- Emmanuel Venisse , Trygve Laugstøl
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteCommand
(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters) protected abstract ScmResult
executeUnlockCommand
(ScmProviderRepository repository, File workingDirectory) Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, executeCommand
-
Constructor Details
-
AbstractUnlockCommand
public AbstractUnlockCommand()
-
-
Method Details
-
executeUnlockCommand
protected abstract ScmResult executeUnlockCommand(ScmProviderRepository repository, File workingDirectory) throws ScmException - Throws:
ScmException
-
executeCommand
public ScmResult executeCommand(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters) throws ScmException - Throws:
ScmException
-