org.apache.maven.scm.provider.jazz.command.diff
Class JazzDiffCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.diff.AbstractDiffCommand
          extended by org.apache.maven.scm.provider.jazz.command.diff.JazzDiffCommand
All Implemented Interfaces:
Command

public class JazzDiffCommand
extends AbstractDiffCommand

Author:
Chris Graham

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
JazzDiffCommand()
           
 
Method Summary
 JazzScmCommand createDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, String relativePath)
           
protected  DiffScmResult executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision)
          
 
Methods inherited from class org.apache.maven.scm.command.diff.AbstractDiffCommand
executeCommand
 
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JazzDiffCommand

public JazzDiffCommand()
Method Detail

executeDiffCommand

protected DiffScmResult executeDiffCommand(ScmProviderRepository repo,
                                           ScmFileSet fileSet,
                                           ScmVersion startRevision,
                                           ScmVersion endRevision)
                                    throws ScmException

Specified by:
executeDiffCommand in class AbstractDiffCommand
Throws:
ScmException

createDiffCommand

public JazzScmCommand createDiffCommand(ScmProviderRepository repo,
                                        ScmFileSet fileSet,
                                        String relativePath)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.