Class SvnRemoveCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.remove.AbstractRemoveCommand
-
- org.apache.maven.scm.provider.svn.svnexe.command.remove.SvnRemoveCommand
-
- All Implemented Interfaces:
Command,SvnCommand
public class SvnRemoveCommand extends AbstractRemoveCommand implements SvnCommand
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description SvnRemoveCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(java.io.File workingDirectory, java.util.List<java.io.File> files)protected ScmResultexecuteRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message)-
Methods inherited from class org.apache.maven.scm.command.remove.AbstractRemoveCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
-
-
-
Method Detail
-
executeRemoveCommand
protected ScmResult executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message) throws ScmException
- Specified by:
executeRemoveCommandin classAbstractRemoveCommand- Throws:
ScmException
-
createCommandLine
private static org.codehaus.plexus.util.cli.Commandline createCommandLine(java.io.File workingDirectory, java.util.List<java.io.File> files) throws ScmException- Throws:
ScmException
-
-