org.apache.maven.scm.command.diff

Class AbstractDiffCommand

public abstract class AbstractDiffCommand extends AbstractCommand

TODO: Better support for entire filesets. TODO: Better support for entire changesets (ie consistency between revision handling in CVS and SVN). TODO: Consistent handling of revisions, tags and dates - currently only revisions supported, though tags will work for CVS

Version: $Id: AbstractDiffCommand.java 372209 2006-01-25 13:30:01Z evenisse $

Author: Emmanuel Venisse Trygve Laugstøl Brett Porter

Method Summary
ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract DiffScmResultexecuteDiffCommand(ScmProviderRepository repository, ScmFileSet fileSet, String startRevision, String endRevision)

Method Detail

executeCommand

public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)

executeDiffCommand

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