Package org.apache.maven.scm.command.add
Class AbstractAddCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.add.AbstractAddCommand
- All Implemented Interfaces:
 Command
- Direct Known Subclasses:
 GitAddCommand,HgAddCommand,JGitAddCommand,LocalAddCommand,SvnAddCommand
- Author:
 - Trygve Laugstøl
 
- 
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ScmResultexecuteAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary) protected ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute 
- 
Constructor Details
- 
AbstractAddCommand
public AbstractAddCommand() 
 - 
 - 
Method Details
- 
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:
 executeCommandin classAbstractCommand- Throws:
 ScmException
 
 -