Class CvsExeAddCommand
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
org.apache.maven.scm.provider.cvslib.cvsexe.command.add.CvsExeAddCommand
- All Implemented Interfaces:
Command
,CvsCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AddScmResult
executeCvsCommand
(org.codehaus.plexus.util.cli.Commandline cl, List<ScmFile> addedFiles) Methods inherited from class org.apache.maven.scm.provider.cvslib.command.add.AbstractCvsAddCommand
executeAddCommand
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
-
Constructor Details
-
CvsExeAddCommand
public CvsExeAddCommand()
-
-
Method Details
-
executeCvsCommand
protected AddScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, List<ScmFile> addedFiles) throws ScmException - Specified by:
executeCvsCommand
in classAbstractCvsAddCommand
- Throws:
ScmException
-