Class CvsExeCheckInCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.checkin.AbstractCheckInCommand
-
- org.apache.maven.scm.provider.cvslib.command.checkin.AbstractCvsCheckInCommand
-
- org.apache.maven.scm.provider.cvslib.cvsexe.command.checkin.CvsExeCheckInCommand
-
- All Implemented Interfaces:
Command
,CvsCommand
public class CvsExeCheckInCommand extends AbstractCvsCheckInCommand
- Author:
- Emmanuel Venisse
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME
-
-
Constructor Summary
Constructors Constructor Description CvsExeCheckInCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CheckInScmResult
executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, CvsScmProviderRepository repository, File messageFile)
-
Methods inherited from class org.apache.maven.scm.provider.cvslib.command.checkin.AbstractCvsCheckInCommand
executeCheckInCommand
-
Methods inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeCvsCommand
protected CheckInScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, CvsScmProviderRepository repository, File messageFile) throws ScmException
- Specified by:
executeCvsCommand
in classAbstractCvsCheckInCommand
- Throws:
ScmException
-
-