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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static org.codehaus.plexus.util.cli.Commandline
createCommandLine
(File workingDirectory, List<File> files) protected ScmResult
executeRemoveCommand
(ScmProviderRepository repository, ScmFileSet fileSet, 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, getLogger, setLogger
-
Constructor Details
-
SvnRemoveCommand
public SvnRemoveCommand()
-
-
Method Details
-
executeRemoveCommand
protected ScmResult executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message) throws ScmException - Specified by:
executeRemoveCommand
in classAbstractRemoveCommand
- Throws:
ScmException
-
createCommandLine
private static org.codehaus.plexus.util.cli.Commandline createCommandLine(File workingDirectory, List<File> files) throws ScmException - Throws:
ScmException
-