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