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 AddScmResultexecuteCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, List<ScmFile> addedFiles) Methods inherited from class org.apache.maven.scm.provider.cvslib.command.add.AbstractCvsAddCommand
executeAddCommandMethods 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
-
CvsExeAddCommand
public CvsExeAddCommand()
-
-
Method Details
-
executeCvsCommand
protected AddScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, List<ScmFile> addedFiles) throws ScmException - Specified by:
executeCvsCommandin classAbstractCvsAddCommand- Throws:
ScmException
-