org.apache.maven.scm.provider.cvslib.command.remove
public abstract class AbstractCvsRemoveCommand extends AbstractRemoveCommand implements CvsCommand
Version: $Id: AbstractCvsRemoveCommand.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 abstract RemoveScmResult | executeCvsCommand(Commandline cl, List removedFiles) |
protected ScmResult | executeRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message) |