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)
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description JGitAddCommand()
 - 
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- 
JGitAddCommandpublic JGitAddCommand() 
 
- 
 - 
Method Detail- 
executeAddCommandprotected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) throws ScmException - Specified by:
- executeAddCommandin class- AbstractAddCommand
- Throws:
- ScmException
 
 
- 
 
-