public abstract class AbstractCvsCheckInCommand extends AbstractCheckInCommand implements CvsCommand
NAME
Constructor and Description |
---|
AbstractCvsCheckInCommand() |
Modifier and Type | Method and Description |
---|---|
protected CheckInScmResult |
executeCheckInCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.lang.String message,
ScmVersion version) |
protected abstract CheckInScmResult |
executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl,
CvsScmProviderRepository repository,
java.io.File messageFile) |
executeCommand
execute, getLogger, setLogger
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, ScmVersion version) throws ScmException
executeCheckInCommand
in class AbstractCheckInCommand
ScmException
protected abstract CheckInScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, CvsScmProviderRepository repository, java.io.File messageFile) throws ScmException
ScmException