com.atlassian.confluence.diff
Class LineRanker

java.lang.Object
  extended by com.atlassian.confluence.diff.LineRanker

public class LineRanker
extends java.lang.Object

Compares an original line against a number of revised lines and determines the revised line that is most similar to the original.


Constructor Summary
LineRanker()
           
 
Method Summary
static boolean isChangedNotDeleted(java.lang.String[] origWords, java.lang.String[] revdWords)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineRanker

public LineRanker()
Method Detail

isChangedNotDeleted

public static boolean isChangedNotDeleted(java.lang.String[] origWords,
                                          java.lang.String[] revdWords)
                                   throws org.apache.commons.jrcs.diff.DifferentiationFailedException
Throws:
org.apache.commons.jrcs.diff.DifferentiationFailedException


Copyright © 2003-2013 Atlassian. All Rights Reserved.