Class AbstractCvsAddCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.add.AbstractAddCommand
-
- org.apache.maven.scm.provider.cvslib.command.add.AbstractCvsAddCommand
-
- All Implemented Interfaces:
Command
,CvsCommand
- Direct Known Subclasses:
CvsExeAddCommand
public abstract class AbstractCvsAddCommand extends AbstractAddCommand implements CvsCommand
-
-
Constructor Summary
Constructors Constructor Description AbstractCvsAddCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected ScmResult
executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, boolean binary)
protected abstract AddScmResult
executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.List<ScmFile> addedFiles)
-
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
-
-
-
-
Method Detail
-
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, boolean binary) throws ScmException
- Specified by:
executeAddCommand
in classAbstractAddCommand
- Throws:
ScmException
-
executeCvsCommand
protected abstract AddScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.List<ScmFile> addedFiles) throws ScmException
- Throws:
ScmException
-
-