org.apache.maven.scm.provider.vss.commands.edit
Class VssEditCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.edit.AbstractEditCommand
          extended by 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
Author:
Thorsten Riek

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
VssEditCommand()
           
 
Method Summary
 List<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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VssEditCommand

public VssEditCommand()
Method Detail

executeEditCommand

protected ScmResult executeEditCommand(ScmProviderRepository repository,
                                       ScmFileSet fileSet)
                                throws ScmException

Specified by:
executeEditCommand in class AbstractEditCommand
Throws:
ScmException

buildCmdLine

public List<Commandline> buildCmdLine(VssScmProviderRepository repo,
                                      ScmFileSet fileSet)
                               throws ScmException
Throws:
ScmException

getChangeLogCommand

protected ChangeLogCommand getChangeLogCommand()
Returns:


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.