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) |
getRepository
addListener, fireEvent, log, progress
public 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>
DocAsCodeException
Copyright © 2019. All rights reserved.