org.apache.maven.scm.provider.vss.commands.add
Class VssAddCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.add.AbstractAddCommand
          extended by org.apache.maven.scm.provider.vss.commands.add.VssAddCommand
All Implemented Interfaces:
Command

public class VssAddCommand
extends AbstractAddCommand

Version:
$Id: VssAddCommand.java 1054126 2010-12-31 15:18:11Z olamy $
Author:
Brett Porter

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
VssAddCommand()
           
 
Method Summary
 Commandline buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet)
           
 Commandline buildSetCurrentProjectCmdLine(VssScmProviderRepository repo)
           
protected  ScmResult executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary)
          
 
Methods inherited from class org.apache.maven.scm.command.add.AbstractAddCommand
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

VssAddCommand

public VssAddCommand()
Method Detail

executeAddCommand

protected ScmResult executeAddCommand(ScmProviderRepository repository,
                                      ScmFileSet fileSet,
                                      String message,
                                      boolean binary)
                               throws ScmException

Specified by:
executeAddCommand in class AbstractAddCommand
Throws:
ScmException

buildCmdLine

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

buildSetCurrentProjectCmdLine

public Commandline buildSetCurrentProjectCmdLine(VssScmProviderRepository repo)
                                          throws ScmException
Throws:
ScmException


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