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
 
 public abstract class AbstractAddCommand extends AbstractCommand - Author:
- Trygve Laugstøl
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractAddCommand()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected 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.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractAddCommandpublic AbstractAddCommand() 
 
- 
 - 
Method Detail- 
executeAddCommandprotected abstract ScmResult executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary) throws ScmException - Throws:
- ScmException
 
 - 
executeCommandprotected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
- executeCommandin class- AbstractCommand
- Throws:
- ScmException
 
 
- 
 
-