public class IntegrityDiffCommand extends AbstractDiffCommand
Constructor and Description |
---|
IntegrityDiffCommand() |
Modifier and Type | Method and Description |
---|---|
DiffScmResult |
executeDiffCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision)
Since we can't arbitrarily apply the same start and end revisions to all files in the sandbox,
this command will be adapted to show differences between the local version and the repository
|
executeCommand
execute, getLogger, setLogger
public IntegrityDiffCommand()
public DiffScmResult executeDiffCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) throws ScmException
executeDiffCommand
in class AbstractDiffCommand
ScmException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.