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.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description HgAddCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScmResult
executeAddCommand(ScmProviderRepository repo, 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
-
-
-
-
Constructor Detail
-
HgAddCommand
public HgAddCommand()
-
-
Method Detail
-
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) throws ScmException
- Specified by:
executeAddCommand
in classAbstractAddCommand
- Throws:
ScmException
-
-