public class DiffCommand extends DocAsCodeCommand<DiffCommand>
| Modifier and Type | Method and Description |
|---|---|
DiffCommand |
call() |
DiffCommand |
openAtEnd(boolean openAtEnd) |
DiffCommand |
setFile(File file) |
DiffCommand |
setNewRevision(String newRevision) |
DiffCommand |
setOldRevision(String oldRevision) |
DiffCommand |
setRevision(String revision) |
DiffCommand |
toFile(File toFile) |
getRepositoryaddListener, fireEvent, log, progress, removeListenerpublic DiffCommand setOldRevision(String oldRevision)
public DiffCommand setNewRevision(String newRevision)
public DiffCommand setRevision(String revision)
public DiffCommand toFile(File toFile)
public DiffCommand setFile(File file)
public DiffCommand openAtEnd(boolean openAtEnd)
public DiffCommand call() throws DocAsCodeException
call in interface Callable<DiffCommand>call in class DocAsCodeCommand<DiffCommand>DocAsCodeExceptionCopyright © 2019. All rights reserved.