Class StarteamUnEditCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.unedit.AbstractUnEditCommand
org.apache.maven.scm.provider.starteam.command.unedit.StarteamUnEditCommand
- 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
executeUnEditCommand
(ScmProviderRepository repo, ScmFileSet fileSet) Methods inherited from class org.apache.maven.scm.command.unedit.AbstractUnEditCommand
executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
StarteamUnEditCommand
public StarteamUnEditCommand()
-
-
Method Details
-
executeUnEditCommand
protected ScmResult executeUnEditCommand(ScmProviderRepository repo, ScmFileSet fileSet) throws ScmException - Specified by:
executeUnEditCommand
in classAbstractUnEditCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(StarteamScmProviderRepository repo, ScmFileSet dirOrFile)
-