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