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,
String message,
ScmVersion version) |
protected abstract CheckInScmResult |
executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl,
CvsScmProviderRepository repository,
File messageFile) |
executeCommandexecute, getLogger, setLoggerpublic AbstractCvsCheckInCommand()
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version) throws ScmException
executeCheckInCommand in class AbstractCheckInCommandScmExceptionprotected abstract CheckInScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, CvsScmProviderRepository repository, File messageFile) throws ScmException
ScmExceptionCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.