org.apache.maven.scm.provider.hg.command.checkin
Class HgCheckInCommand

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.hg.command.checkin.HgCheckInCommand
All Implemented Interfaces:
Command

public class HgCheckInCommand
extends AbstractCheckInCommand

Version:
$Id: HgCheckInCommand.java 1207290 2011-11-28 15:20:44Z olamy $
Author:
thurner rupert, 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
HgCheckInCommand()
           
 
Method Summary
protected  CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion tag)
          
 
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

HgCheckInCommand

public HgCheckInCommand()
Method Detail

executeCheckInCommand

protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo,
                                                 ScmFileSet fileSet,
                                                 String message,
                                                 ScmVersion tag)
                                          throws ScmException

Specified by:
executeCheckInCommand in class AbstractCheckInCommand
Throws:
ScmException


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