Uses of Package
com.atlassian.confluence.diff

Packages that use com.atlassian.confluence.diff
com.atlassian.confluence.diff   
com.atlassian.confluence.diff.actions   
com.atlassian.confluence.diff.beans   
com.atlassian.confluence.diff.renderer   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.pages.actions   
 

Classes in com.atlassian.confluence.diff used by com.atlassian.confluence.diff
ChangeChunk
          Represents multiple consecutive lines of changes.
CharacterChunk
          Represents a group of characters sharing the same diff type - unchanged, added or deleted.
DaisyHtmlDiffer
          Daisy HTML diff implementation.
DiffChunk
          A DiffChunk classifies a chunk as added, deleted, unchanged or changed.
Differ
          Computes a diff between the specified left and right input.
DiffException
           
DiffPostProcessor
          An interface implemented by classes that want to process the output of the Confluence Diff prior to it being returned as complete.
DiffType
          Holds all the different types of diffs and the styles applied to them This need to be available because some email clients don't support adding style classes to emails.
LineChunk
          Represents one line of diffed text.
WordChunk
          Represents a single word of diffed text.
 

Classes in com.atlassian.confluence.diff used by com.atlassian.confluence.diff.actions
Differ
          Computes a diff between the specified left and right input.
 

Classes in com.atlassian.confluence.diff used by com.atlassian.confluence.diff.beans
DiffChunk
          A DiffChunk classifies a chunk as added, deleted, unchanged or changed.
Differ
          Computes a diff between the specified left and right input.
DiffType
          Holds all the different types of diffs and the styles applied to them This need to be available because some email clients don't support adding style classes to emails.
 

Classes in com.atlassian.confluence.diff used by com.atlassian.confluence.diff.renderer
ChangeChunk
          Represents multiple consecutive lines of changes.
CharacterChunk
          Represents a group of characters sharing the same diff type - unchanged, added or deleted.
DiffChunk
          A DiffChunk classifies a chunk as added, deleted, unchanged or changed.
LineChunk
          Represents one line of diffed text.
WordChunk
          Represents a single word of diffed text.
 

Classes in com.atlassian.confluence.diff used by com.atlassian.confluence.mail.notification.listeners
Differ
          Computes a diff between the specified left and right input.
 

Classes in com.atlassian.confluence.diff used by com.atlassian.confluence.pages.actions
Differ
          Computes a diff between the specified left and right input.
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.