org.apache.maven.scm.provider.cvslib.command.checkin

Class AbstractCvsCheckInCommand

public abstract class AbstractCvsCheckInCommand extends AbstractCheckInCommand implements CvsCommand

Version: $Id: AbstractCvsCheckInCommand.java 382835 2006-03-03 14:28:45Z evenisse $

Author: Emmanuel Venisse Trygve Laugstøl

Method Summary
protected CheckInScmResultexecuteCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, String tag)
protected abstract CheckInScmResultexecuteCvsCommand(Commandline cl, CvsScmProviderRepository repository, File messageFile)

Method Detail

executeCheckInCommand

protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, String tag)

executeCvsCommand

protected abstract CheckInScmResult executeCvsCommand(Commandline cl, CvsScmProviderRepository repository, File messageFile)
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.