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
Add no recursive.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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, getLogger, setLogger
-
Constructor Details
-
HgAddCommand
public HgAddCommand()
-
-
Method Details
-
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) throws ScmException - Specified by:
executeAddCommand
in classAbstractAddCommand
- Throws:
ScmException
-