public class SvnRemoveCommand extends AbstractRemoveCommand implements SvnCommand
| Constructor and Description |
|---|
SvnRemoveCommand() |
| Modifier and Type | Method and Description |
|---|---|
private static org.codehaus.plexus.util.cli.Commandline |
createCommandLine(java.io.File workingDirectory,
java.util.List<java.io.File> files) |
protected ScmResult |
executeRemoveCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String message) |
executeCommandexecute, getLogger, setLoggerprotected ScmResult executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message) throws ScmException
executeRemoveCommand in class AbstractRemoveCommandScmExceptionprivate static org.codehaus.plexus.util.cli.Commandline createCommandLine(java.io.File workingDirectory,
java.util.List<java.io.File> files)
throws ScmException
ScmException