public class DiffCommand extends DocAsCodeCommand<File>
repo| Constructor and Description |
|---|
DiffCommand(DocAsCodeRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
File |
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, progresspublic DiffCommand(DocAsCodeRepository repo)
public 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 File call() throws DocAsCodeException
call in interface Callable<File>call in class DocAsCodeCommand<File>DocAsCodeExceptionCopyright © 2019. All rights reserved.