Class VssEditCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.edit.AbstractEditCommand
-
- org.apache.maven.scm.provider.vss.commands.edit.VssEditCommand
-
- All Implemented Interfaces:
Command
public class VssEditCommand extends AbstractEditCommand
-
-
Constructor Summary
Constructors Constructor Description VssEditCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.codehaus.plexus.util.cli.Commandline>
buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet)
protected ScmResult
executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)
protected ChangeLogCommand
getChangeLogCommand()
-
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 repository, ScmFileSet fileSet) throws ScmException
- Specified by:
executeEditCommand
in classAbstractEditCommand
- Throws:
ScmException
-
buildCmdLine
public java.util.List<org.codehaus.plexus.util.cli.Commandline> buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet) throws ScmException
- Throws:
ScmException
-
getChangeLogCommand
protected ChangeLogCommand getChangeLogCommand()
- Returns:
-
-