Class BazaarDiffCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.diff.AbstractDiffCommand
-
- org.apache.maven.scm.provider.bazaar.command.diff.BazaarDiffCommand
-
- All Implemented Interfaces:
Command
public class BazaarDiffCommand extends AbstractDiffCommand implements Command
- Author:
- Torbj�rn Eikli Sm�rgrav
-
-
Constructor Summary
Constructors Constructor Description BazaarDiffCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-