Uses of Class
com.atlassian.confluence.diff.ChangeChunk

Packages that use ChangeChunk
com.atlassian.confluence.diff   
com.atlassian.confluence.diff.renderer   
 

Uses of ChangeChunk in com.atlassian.confluence.diff
 

Methods in com.atlassian.confluence.diff that return types with arguments of type ChangeChunk
static List<ChangeChunk> LineLevelDiffer.diff(String[] originalContent, String[] revisedContent, int linesOfContext)
          Deprecated.  
static List<ChangeChunk> LineLevelDiffer.diff(String[] originalContent, String[] revisedContent, int linesContext, boolean ignoreWhiteSpace)
          Deprecated. Diff lines of text, showing all context.
static List<ChangeChunk> LineLevelDiffer.diff(String origContent, String revdContent)
          Deprecated.  
static List<ChangeChunk> LineLevelDiffer.diff(String origContent, String revdContent, boolean ignoreWhiteSpace)
          Deprecated.  
static List<ChangeChunk> LineLevelDiffer.diff(String origContent, String revdContent, int linesContext, boolean ignoreWhiteSpace)
          Deprecated.  
static List<ChangeChunk> LineLevelDiffer.diffLines(String[] origLines, String[] revdLines, int linesOfContext)
          Deprecated.  
 List<ChangeChunk> ConfluenceDiff.getChunks()
          Deprecated.  
 

Uses of ChangeChunk in com.atlassian.confluence.diff.renderer
 

Methods in com.atlassian.confluence.diff.renderer with parameters of type ChangeChunk
 String StaticHtmlChangeChunkRenderer.getFormattedText(ChangeChunk chunk)
          Deprecated.  
 String HtmlChangeChunkRenderer.getFormattedText(ChangeChunk chunk)
          Deprecated.  
 



Copyright © 2003–2015 Atlassian. All rights reserved.