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

Class AbstractCvsDiffCommand

public abstract class AbstractCvsDiffCommand extends AbstractDiffCommand implements CvsCommand

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

Author: Brett Porter

Method Summary
protected abstract DiffScmResultexecuteCvsCommand(Commandline cl)
protected DiffScmResultexecuteDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, String startRevision, String endRevision)

Method Detail

executeCvsCommand

protected abstract DiffScmResult executeCvsCommand(Commandline cl)

executeDiffCommand

protected DiffScmResult executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, String startRevision, String endRevision)
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.