org.apache.maven.scm.provider.integrity.command.unedit
Class IntegrityUnEditCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.unedit.AbstractUnEditCommand
          extended by org.apache.maven.scm.provider.integrity.command.unedit.IntegrityUnEditCommand
All Implemented Interfaces:
Command

public class IntegrityUnEditCommand
extends AbstractUnEditCommand

MKS Integrity implementation of Maven's AbstractUnEditCommand
This command will execute a 'si revert' command which will revert any modified working files back to their server versions

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

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
IntegrityUnEditCommand()
           
 
Method Summary
 UnEditScmResult executeUnEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)
          
 
Methods inherited from class org.apache.maven.scm.command.unedit.AbstractUnEditCommand
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

IntegrityUnEditCommand

public IntegrityUnEditCommand()
Method Detail

executeUnEditCommand

public UnEditScmResult executeUnEditCommand(ScmProviderRepository repository,
                                            ScmFileSet fileSet)
                                     throws ScmException

Specified by:
executeUnEditCommand in class AbstractUnEditCommand
Throws:
ScmException


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