public class AbstractDifferencer extends APIEventListener
Modifier and Type | Field and Description |
---|---|
protected File |
baseFile |
protected File |
revisedFile |
protected String |
revision |
protected File |
targetFile |
Constructor and Description |
---|
AbstractDifferencer() |
Modifier and Type | Method and Description |
---|---|
void |
diff() |
AbstractDifferencer |
setBaseFile(File baseFile) |
AbstractDifferencer |
setRevisedFile(File revisedFile) |
AbstractDifferencer |
setRevision(String revision) |
AbstractDifferencer |
setTargetFile(File targetFile) |
addListener, fireEvent, log, progress
protected File baseFile
protected File revisedFile
protected String revision
protected File targetFile
public AbstractDifferencer setBaseFile(File baseFile)
public AbstractDifferencer setRevisedFile(File revisedFile)
public AbstractDifferencer setRevision(String revision)
public AbstractDifferencer setTargetFile(File targetFile)
public void diff() throws DocAsCodeException
DocAsCodeException
Copyright © 2019. All rights reserved.