org.apache.maven.scm.provider.cvslib.command.add
public abstract class AbstractCvsAddCommand extends AbstractAddCommand implements CvsCommand
Version: $Id: AbstractCvsAddCommand.java 382835 2006-03-03 14:28:45Z evenisse $
UNKNOWN: separate the CVSlib stuff from the cvs command line so it is clear what needs to be updated eventually
Method Summary | |
---|---|
protected ScmResult | executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) |
protected abstract AddScmResult | executeCvsCommand(Commandline cl, List addedFiles) |