public interface DiffPostProcessor
Modifier and Type | Method and Description |
---|---|
org.jdom.Document |
process(org.jdom.Document document)
Perform some process on the supplied JDOM Document.
|
org.jdom.Document process(org.jdom.Document document)
Perform some process on the supplied JDOM Document. The result of the process should be self contained with any exceptions being caught and a Document returned.
It is expected that an implementation will make changes to the supplied Document parameter although this is not necessary since the result of the call is the input to the next stage.
document
- the Document from a previous step in the Diff generation process.Copyright © 2003–2016 Atlassian. All rights reserved.