Liferay 7.0-ce-b4

com.liferay.portal.kernel.diff
Interface DiffHtml

All Known Subinterfaces:
DiffHtml

public interface DiffHtml


Method Summary
 String diff(Reader source, Reader target)
           
 String replaceStyles(String html)
           
 

Method Detail

diff

String diff(Reader source,
            Reader target)
            throws Exception
Throws:
Exception

replaceStyles

String replaceStyles(String html)

Liferay 7.0-ce-b4