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