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

Class AbstractCvsRemoveCommand

public abstract class AbstractCvsRemoveCommand extends AbstractRemoveCommand implements CvsCommand

Version: $Id: AbstractCvsRemoveCommand.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 abstract RemoveScmResultexecuteCvsCommand(Commandline cl, List removedFiles)
protected ScmResultexecuteRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message)

Method Detail

executeCvsCommand

protected abstract RemoveScmResult executeCvsCommand(Commandline cl, List removedFiles)

executeRemoveCommand

protected ScmResult executeRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message)
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.