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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ScmResultexecuteAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) protected abstract AddScmResultexecuteCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, List<ScmFile> addedFiles) Methods inherited from class org.apache.maven.scm.command.add.AbstractAddCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
AbstractCvsAddCommand
public AbstractCvsAddCommand()
-
-
Method Details
-
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) throws ScmException - Specified by:
executeAddCommandin classAbstractAddCommand- Throws:
ScmException
-
executeCvsCommand
protected abstract AddScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, List<ScmFile> addedFiles) throws ScmException - Throws:
ScmException
-