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
- Version:
- $Id: VssCheckOutCommand.java 02.06.2006 00:05:51
-
-
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 ScmResultexecuteEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)protected ChangeLogCommandgetChangeLogCommand()-
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:
executeEditCommandin 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:
-
-