org.apache.maven.scm.provider.clearcase.command.checkin
Class ClearCaseCheckInCommand

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.clearcase.command.checkin.ClearCaseCheckInCommand
All Implemented Interfaces:
Command, ClearCaseCommand

public class ClearCaseCheckInCommand
extends AbstractCheckInCommand
implements ClearCaseCommand

Version:
$Id: ClearCaseCheckInCommand.java 1054455 2011-01-02 18:40:29Z olamy $
Author:
Wim Deblauwe, Olivier Lamy

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
ClearCaseCheckInCommand()
           
 
Method Summary
static Commandline createCommandLine(ScmFileSet scmFileSet, String message)
           
protected  CheckInScmResult executeCheckInCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String message, ScmVersion version)
          
 
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

ClearCaseCheckInCommand

public ClearCaseCheckInCommand()
Method Detail

executeCheckInCommand

protected CheckInScmResult executeCheckInCommand(ScmProviderRepository scmProviderRepository,
                                                 ScmFileSet fileSet,
                                                 String message,
                                                 ScmVersion version)
                                          throws ScmException

Specified by:
executeCheckInCommand in class AbstractCheckInCommand
Throws:
ScmException

createCommandLine

public static Commandline createCommandLine(ScmFileSet scmFileSet,
                                            String message)
                                     throws ScmException
Throws:
ScmException


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