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) |
getRepository
addListener, fireEvent, log, progress, removeListener
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 DiffCommand call() throws DocAsCodeException
call
in interface Callable<DiffCommand>
call
in class DocAsCodeCommand<DiffCommand>
DocAsCodeException
Copyright © 2019. All rights reserved.