Class HgCheckInCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.checkin.AbstractCheckInCommand
- 
- org.apache.maven.scm.provider.hg.command.checkin.HgCheckInCommand
 
 
 
- 
- All Implemented Interfaces:
- Command
 
 public class HgCheckInCommand extends AbstractCheckInCommand - Author:
- thurner rupert, Olivier Lamy
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommandNAME
 - 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description HgCheckInCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CheckInScmResultexecuteCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion tag)- 
Methods inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommandexecuteCheckInCommand, executeCommand
 - 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
HgCheckInCommandpublic HgCheckInCommand() 
 
- 
 - 
Method Detail- 
executeCheckInCommandprotected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion tag) throws ScmException - Specified by:
- executeCheckInCommandin class- AbstractCheckInCommand
- Returns:
- Throws:
- ScmException
 
 
- 
 
-