Class AbstractLockCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.lock.AbstractLockCommand
-
- All Implemented Interfaces:
Command
public abstract class AbstractLockCommand extends AbstractCommand
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description AbstractLockCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ScmResultexecuteCommand(ScmProviderRepository repository, java.io.File workingDirectory, CommandParameters parameters)protected abstract ScmResultexecuteLockCommand(ScmProviderRepository repository, java.io.File workingDirectory, java.lang.String filename)-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, executeCommand
-
-
-
-
Method Detail
-
executeLockCommand
protected abstract ScmResult executeLockCommand(ScmProviderRepository repository, java.io.File workingDirectory, java.lang.String filename) throws ScmException
- Throws:
ScmException
-
executeCommand
public ScmResult executeCommand(ScmProviderRepository repository, java.io.File workingDirectory, CommandParameters parameters) throws ScmException
- Throws:
ScmException
-
-