Class AbstractCvsCheckInCommand
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
- All Implemented Interfaces:
Command
,CvsCommand
- Direct Known Subclasses:
CvsExeCheckInCommand
public abstract class AbstractCvsCheckInCommand
extends AbstractCheckInCommand
implements CvsCommand
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CheckInScmResult
executeCheckInCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version) protected abstract CheckInScmResult
executeCvsCommand
(org.codehaus.plexus.util.cli.Commandline cl, CvsScmProviderRepository repository, File messageFile) 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
-
AbstractCvsCheckInCommand
public AbstractCvsCheckInCommand()
-
-
Method Details
-
executeCheckInCommand
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version) throws ScmException - Specified by:
executeCheckInCommand
in classAbstractCheckInCommand
- Throws:
ScmException
-
executeCvsCommand
protected abstract CheckInScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, CvsScmProviderRepository repository, File messageFile) throws ScmException - Throws:
ScmException
-