org.apache.maven.scm.provider.integrity.command.checkin
Class IntegrityCheckInCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.checkin.AbstractCheckInCommand
          extended by org.apache.maven.scm.provider.integrity.command.checkin.IntegrityCheckInCommand
All Implemented Interfaces:
Command

public class IntegrityCheckInCommand
extends AbstractCheckInCommand

MKS Integrity implementation for Maven's AbstractCheckInCommand
The check-in command will also drop any files that are missing from the working directory

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

Field Summary
 
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
IntegrityCheckInCommand()
           
 
Method Summary
 CheckInScmResult executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion)
          
 
Methods inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
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

IntegrityCheckInCommand

public IntegrityCheckInCommand()
Method Detail

executeCheckInCommand

public CheckInScmResult executeCheckInCommand(ScmProviderRepository repository,
                                              ScmFileSet fileSet,
                                              String message,
                                              ScmVersion scmVersion)
                                       throws ScmException

Specified by:
executeCheckInCommand in class AbstractCheckInCommand
Throws:
ScmException


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