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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
Constructor Details
-
StarteamRemoveCommand
public StarteamRemoveCommand()
-
-
Method Details
-
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)
-