public class GitAddCommand extends AbstractAddCommand implements GitCommand
| Constructor and Description |
|---|
GitAddCommand() |
| Modifier and Type | Method and Description |
|---|---|
static org.codehaus.plexus.util.cli.Commandline |
createCommandLine(java.io.File workingDirectory,
java.util.List<java.io.File> files) |
protected ScmResult |
executeAddCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.lang.String message,
boolean binary) |
private AddScmResult |
executeAddFiles(java.io.File workingDirectory,
java.util.List<java.io.File> files) |
private AddScmResult |
executeAddFileSet(ScmFileSet fileSet) |
executeCommandexecute, getLogger, setLoggerprotected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, boolean binary) throws ScmException
executeAddCommand in class AbstractAddCommandScmExceptionpublic static org.codehaus.plexus.util.cli.Commandline createCommandLine(java.io.File workingDirectory,
java.util.List<java.io.File> files)
throws ScmException
ScmExceptionprivate AddScmResult executeAddFileSet(ScmFileSet fileSet) throws ScmException
ScmExceptionprivate AddScmResult executeAddFiles(java.io.File workingDirectory, java.util.List<java.io.File> files) throws ScmException
ScmException