Uses of Interface
com.atlassian.confluence.diff.DiffChunk

Packages that use DiffChunk
com.atlassian.confluence.diff   
 

Uses of DiffChunk in com.atlassian.confluence.diff
 

Classes in com.atlassian.confluence.diff that implement DiffChunk
 class CharacterChunk
          Represents a group of characters sharing the same diff type - unchanged, added or deleted.
 class WordChunk
           
 

Methods in com.atlassian.confluence.diff that return types with arguments of type DiffChunk
static java.util.List<DiffChunk> WordLevelDiffer.diffWords(java.lang.String[] originalContent, java.lang.String[] revisedContent)
           
 java.util.List<DiffChunk> WordChunkDiffLine.getWordChunks()
           
 java.util.List<DiffChunk> StringDiffLine.getWordChunks()
           
 



Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.