Class AbstractUnlockCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.unlock.AbstractUnlockCommand
-
- All Implemented Interfaces:
Command
public abstract class AbstractUnlockCommand extends AbstractCommand
-
-
Constructor Summary
Constructors Constructor Description AbstractUnlockCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ScmResult
executeCommand(ScmProviderRepository repository, java.io.File workingDirectory, CommandParameters parameters)
protected abstract ScmResult
executeUnlockCommand(ScmProviderRepository repository, java.io.File workingDirectory)
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, executeCommand, getLogger, setLogger
-
-
-
-
Method Detail
-
executeUnlockCommand
protected abstract ScmResult executeUnlockCommand(ScmProviderRepository repository, java.io.File workingDirectory) throws ScmException
- Throws:
ScmException
-
executeCommand
public ScmResult executeCommand(ScmProviderRepository repository, java.io.File workingDirectory, CommandParameters parameters) throws ScmException
- Throws:
ScmException
-
-