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
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
CvsExeCheckInCommand
public CvsExeCheckInCommand()
-
-
Method Details
-
executeCvsCommand
protected CheckInScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, CvsScmProviderRepository repository, File messageFile) throws ScmException - Specified by:
executeCvsCommand
in classAbstractCvsCheckInCommand
- Throws:
ScmException
-