Class GitAddCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.add.AbstractAddCommand
- 
- org.apache.maven.scm.provider.git.gitexe.command.add.GitAddCommand
 
 
 
- 
- All Implemented Interfaces:
- Command,- GitCommand
 
 public class GitAddCommand extends AbstractAddCommand implements GitCommand - Author:
- Mark Struberg
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description GitAddCommand()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(File workingDirectory, List<File> files)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- 
GitAddCommandpublic GitAddCommand() 
 
- 
 - 
Method Detail- 
executeAddCommandprotected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) throws ScmException - Specified by:
- executeAddCommandin class- AbstractAddCommand
- Throws:
- ScmException
 
 - 
createCommandLinepublic static org.codehaus.plexus.util.cli.Commandline createCommandLine(File workingDirectory, List<File> files) throws ScmException - Throws:
- ScmException
 
 
- 
 
-