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.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description AbstractAddCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
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 classAbstractCommand
- Throws:
ScmException
-
-