com.atlassian.jira.mail
Class DiffUtils

java.lang.Object
  extended by com.atlassian.jira.mail.DiffUtils

public class DiffUtils
extends Object

TODO: Document this class / interface here

Since:
v4.4

Constructor Summary
DiffUtils(DiffViewRenderer diffViewRenderer)
           
 
Method Summary
 String diff(String oldText, String oldStyle, String newText, String newStyle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffUtils

public DiffUtils(DiffViewRenderer diffViewRenderer)
Method Detail

diff

public String diff(String oldText,
                   String oldStyle,
                   String newText,
                   String newStyle)


Copyright © 2002-2013 Atlassian. All Rights Reserved.