org.apache.maven.scm.command.add
Class AbstractAddCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.add.AbstractAddCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
AbstractCvsAddCommand, BazaarAddCommand, ClearCaseAddCommand, GitAddCommand, HgAddCommand, IntegrityAddCommand, JazzAddCommand, LocalAddCommand, PerforceAddCommand, StarteamAddCommand, SvnAddCommand, SynergyAddCommand, TfsAddCommand, VssAddCommand

public abstract class AbstractAddCommand
extends AbstractCommand

Version:
$Id: AbstractAddCommand.java 1306463 2012-03-28 16:52:54Z olamy $
Author:
Trygve Laugstøl

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AbstractAddCommand()
           
 
Method Summary
protected abstract  ScmResult executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary)
           
protected  ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
          
 
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

AbstractAddCommand

public AbstractAddCommand()
Method Detail

executeAddCommand

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

executeCommand

protected ScmResult executeCommand(ScmProviderRepository repository,
                                   ScmFileSet fileSet,
                                   CommandParameters parameters)
                            throws ScmException

Specified by:
executeCommand in class AbstractCommand
Throws:
ScmException


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