org.apache.maven.scm.provider.integrity.command.edit
Class IntegrityEditCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.edit.AbstractEditCommand
          extended by org.apache.maven.scm.provider.integrity.command.edit.IntegrityEditCommand
All Implemented Interfaces:
Command

public class IntegrityEditCommand
extends AbstractEditCommand

MKS Integrity implementation for Maven's AbstractEditCommand
Since it does not make sense to lock all files in the Sandbox, this command will make all of the working files writable in the Sandbox

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

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
IntegrityEditCommand()
           
 
Method Summary
 EditScmResult executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)
          
 
Methods inherited from class org.apache.maven.scm.command.edit.AbstractEditCommand
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

IntegrityEditCommand

public IntegrityEditCommand()
Method Detail

executeEditCommand

public EditScmResult executeEditCommand(ScmProviderRepository repository,
                                        ScmFileSet fileSet)
                                 throws ScmException

Specified by:
executeEditCommand in class AbstractEditCommand
Throws:
ScmException


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