Class HgAddCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.add.AbstractAddCommand
- 
- org.apache.maven.scm.provider.hg.command.add.HgAddCommand
 
 
 
- 
- All Implemented Interfaces:
- Command
 
 public class HgAddCommand extends AbstractAddCommand implements Command Add no recursive.- Author:
- thurner rupert
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description HgAddCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScmResultexecuteAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary)- 
Methods inherited from class org.apache.maven.scm.command.add.AbstractAddCommandexecuteCommand
 - 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
HgAddCommandpublic HgAddCommand() 
 
- 
 - 
Method Detail- 
executeAddCommandprotected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) throws ScmException - Specified by:
- executeAddCommandin class- AbstractAddCommand
- Throws:
- ScmException
 
 
- 
 
-