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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.codehaus.plexus.util.cli.Commandline>
buildCmdLine
(VssScmProviderRepository repo, ScmFileSet fileSet) protected ScmResult
executeEditCommand
(ScmProviderRepository repository, ScmFileSet fileSet) protected ChangeLogCommand
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
-
Constructor Details
-
VssEditCommand
public VssEditCommand()
-
-
Method Details
-
executeEditCommand
protected ScmResult executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet) throws ScmException - Specified by:
executeEditCommand
in classAbstractEditCommand
- Throws:
ScmException
-
buildCmdLine
public List<org.codehaus.plexus.util.cli.Commandline> buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet) throws ScmException - Throws:
ScmException
-
getChangeLogCommand
- Returns:
-