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

Class AbstractCvsAddCommand

public abstract class AbstractCvsAddCommand extends AbstractAddCommand implements CvsCommand

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

Author: Brett Porter

UNKNOWN: separate the CVSlib stuff from the cvs command line so it is clear what needs to be updated eventually

Method Summary
protected ScmResultexecuteAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary)
protected abstract AddScmResultexecuteCvsCommand(Commandline cl, List addedFiles)

Method Detail

executeAddCommand

protected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary)

executeCvsCommand

protected abstract AddScmResult executeCvsCommand(Commandline cl, List addedFiles)
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.