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) |
executeCommand
execute, getLogger, setLogger
protected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, boolean binary) throws ScmException
executeAddCommand
in class AbstractAddCommand
ScmException
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(java.io.File workingDirectory, java.util.List<java.io.File> files) throws ScmException
ScmException
private AddScmResult executeAddFileSet(ScmFileSet fileSet) throws ScmException
ScmException
private AddScmResult executeAddFiles(java.io.File workingDirectory, java.util.List<java.io.File> files) throws ScmException
ScmException