Class StarteamEditCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.edit.AbstractEditCommand
-
- org.apache.maven.scm.provider.starteam.command.edit.StarteamEditCommand
-
- All Implemented Interfaces:
Command
,StarteamCommand
public class StarteamEditCommand extends AbstractEditCommand implements StarteamCommand
-
-
Constructor Summary
Constructors Constructor Description StarteamEditCommand()
-
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
executeEditCommand(ScmProviderRepository repo, ScmFileSet fileSet)
-
Methods inherited from class org.apache.maven.scm.command.edit.AbstractEditCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeEditCommand
protected ScmResult executeEditCommand(ScmProviderRepository repo, ScmFileSet fileSet) throws ScmException
- Specified by:
executeEditCommand
in classAbstractEditCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(StarteamScmProviderRepository repo, ScmFileSet dirOrFile)
-
-