com.atlassian.confluence.diff
Class WordLevelDiffer

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

public class WordLevelDiffer
extends Object

Diffs words in a line of text.


Constructor Summary
WordLevelDiffer()
           
 
Method Summary
static List<WordChunk> diffWords(String[] originalContent, String[] revisedContent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordLevelDiffer

public WordLevelDiffer()
Method Detail

diffWords

public static List<WordChunk> diffWords(String[] originalContent,
                                        String[] revisedContent)
                                 throws org.apache.commons.jrcs.diff.DifferentiationFailedException
Throws:
org.apache.commons.jrcs.diff.DifferentiationFailedException


Copyright © 2003-2012 Atlassian. All Rights Reserved.