com.atlassian.confluence.diff
Class LineRanker

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

public class LineRanker
extends 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(String[] origWords, 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(String[] origWords,
                                          String[] revdWords)
                                   throws org.apache.commons.jrcs.diff.DifferentiationFailedException
Throws:
org.apache.commons.jrcs.diff.DifferentiationFailedException


Copyright © 2003-2011 Atlassian. All Rights Reserved.