org.apache.maven.scm.provider.integrity.command.lock
Class IntegrityLockCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.lock.AbstractLockCommand
          extended by org.apache.maven.scm.provider.integrity.command.lock.IntegrityLockCommand
All Implemented Interfaces:
Command

public class IntegrityLockCommand
extends AbstractLockCommand

MKS Integrity implementation of Maven's AbstractLockCommand
This command will execute a 'si lock' on the specified member, which assumes the user has a valid Sandbox to work with.

Since:
1.6
Version:
$Id: IntegrityLockCommand.java 1.3 2011/08/22 13:06:31EDT Cletus D'Souza (dsouza) Exp $
Author:
Cletus D'Souza

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
IntegrityLockCommand()
           
 
Method Summary
protected  ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
          
 ScmResult executeLockCommand(ScmProviderRepository repository, File workingDirectory, String filename)
          
 
Methods inherited from class org.apache.maven.scm.command.lock.AbstractLockCommand
executeCommand
 
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrityLockCommand

public IntegrityLockCommand()
Method Detail

executeLockCommand

public ScmResult executeLockCommand(ScmProviderRepository repository,
                                    File workingDirectory,
                                    String filename)
                             throws ScmException

Specified by:
executeLockCommand in class AbstractLockCommand
Throws:
ScmException

executeCommand

protected ScmResult executeCommand(ScmProviderRepository repository,
                                   ScmFileSet fileSet,
                                   CommandParameters parameters)
                            throws ScmException

Specified by:
executeCommand in class AbstractCommand
Throws:
ScmException


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.