public interface TextDiffOutput
TagSaxDiffOutput| Modifier and Type | Method and Description |
|---|---|
void |
addAddedPart(String text)
Handles an addition.
|
void |
addClearPart(String text)
Handles normal text.
|
void |
addRemovedPart(String text)
Handles a deletion.
|
void addClearPart(String text) throws Exception
text - string that was not changed.Exception - something went wrong.void addRemovedPart(String text) throws Exception
text - string that was removed.Exception - something went wrong.Copyright © 2022. All rights reserved.