Class JazzDiffCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.diff.AbstractDiffCommand
-
- org.apache.maven.scm.provider.jazz.command.diff.JazzDiffCommand
-
- All Implemented Interfaces:
Command
public class JazzDiffCommand extends AbstractDiffCommand
- Author:
- Chris Graham
-
-
Constructor Summary
Constructors Constructor Description JazzDiffCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
executeDiffCommand
protected DiffScmResult executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) throws ScmException
- Specified by:
executeDiffCommand
in classAbstractDiffCommand
- Throws:
ScmException
-
createDiffCommand
public JazzScmCommand createDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, String relativePath)
-
-