Class StarteamRemoveCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.remove.AbstractRemoveCommand
-
- org.apache.maven.scm.provider.starteam.command.remove.StarteamRemoveCommand
-
- All Implemented Interfaces:
Command
,StarteamCommand
public class StarteamRemoveCommand extends AbstractRemoveCommand implements StarteamCommand
- Author:
- Dan T. Tran, Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description StarteamRemoveCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
createCommandLine(StarteamScmProviderRepository repo, ScmFileSet dirOrFile)
protected ScmResult
executeRemoveCommand(ScmProviderRepository repo, 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
-
-
-
-
Method Detail
-
executeRemoveCommand
protected ScmResult executeRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message) throws ScmException
- Specified by:
executeRemoveCommand
in classAbstractRemoveCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(StarteamScmProviderRepository repo, ScmFileSet dirOrFile)
-
-