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(Commandline cl,
CvsScmProviderRepository repository,
File messageFile) |
executeCommand
execute, getLogger, setLogger
public AbstractCvsCheckInCommand()
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version) throws ScmException
executeCheckInCommand
in class AbstractCheckInCommand
ScmException
protected abstract CheckInScmResult executeCvsCommand(Commandline cl, CvsScmProviderRepository repository, File messageFile) throws ScmException
ScmException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.