org.apache.maven.scm.provider.integrity.command.add
Class IntegrityAddCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.add.AbstractAddCommand
          extended by org.apache.maven.scm.provider.integrity.command.add.IntegrityAddCommand
All Implemented Interfaces:
Command

public class IntegrityAddCommand
extends AbstractAddCommand

MKS Integrity implementation for Maven's AbstractAddCommand

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

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
IntegrityAddCommand()
           
 
Method Summary
 AddScmResult executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary)
          
 
Methods inherited from class org.apache.maven.scm.command.add.AbstractAddCommand
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

IntegrityAddCommand

public IntegrityAddCommand()
Method Detail

executeAddCommand

public AddScmResult executeAddCommand(ScmProviderRepository repository,
                                      ScmFileSet fileSet,
                                      String message,
                                      boolean binary)
                               throws ScmException

Specified by:
executeAddCommand in class AbstractAddCommand
Throws:
ScmException


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