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
- Since:
 - 1.9
 - Author:
 - Mark Struberg, Dominik Bartholdi (imod)
 
- 
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected ScmResultexecuteAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) Methods inherited from class org.apache.maven.scm.command.add.AbstractAddCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute 
- 
Constructor Details
- 
JGitAddCommand
public JGitAddCommand() 
 - 
 - 
Method Details
- 
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) throws ScmException - Specified by:
 executeAddCommandin classAbstractAddCommand- Throws:
 ScmException
 
 -