Class JGitAddCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.add.AbstractAddCommand
-
- org.apache.maven.scm.provider.git.jgit.command.add.JGitAddCommand
-
- All Implemented Interfaces:
Command
,GitCommand
public class JGitAddCommand extends AbstractAddCommand implements GitCommand
- Since:
- 1.9
- Author:
- Mark Struberg, Dominik Bartholdi (imod)
-
-
Constructor Summary
Constructors Constructor Description JGitAddCommand()
-
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, getLogger, setLogger
-
-
-
-
Method Detail
-
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) throws ScmException
- Specified by:
executeAddCommand
in classAbstractAddCommand
- Throws:
ScmException
-
-