Class TextDiffer
- java.lang.Object
-
- org.hippoecm.frontend.plugins.standards.diff.TextDiffer
-
- All Implemented Interfaces:
Serializable
public class TextDiffer extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextDiffer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
diffText(String a, String b)
String
getAddedClass()
String
getRemovedClass()
void
setAddedClass(String addedClass)
void
setRemovedClass(String removedClass)
-