public class GitRemoveCommand extends AbstractRemoveCommand implements GitCommand
| Constructor and Description |
|---|
GitRemoveCommand() |
| 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 |
executeRemoveCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.lang.String message) |
executeCommandexecute, getLogger, setLoggerprotected ScmResult executeRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message) throws ScmException
executeRemoveCommand in class AbstractRemoveCommandScmExceptionpublic static org.codehaus.plexus.util.cli.Commandline createCommandLine(java.io.File workingDirectory,
java.util.List<java.io.File> files)
throws ScmException
ScmException