Uses of Interface
com.atlassian.diff.DiffChunk
Packages that use DiffChunk
-
Uses of DiffChunk in com.atlassian.diff
Classes in com.atlassian.diff that implement DiffChunkModifier and TypeClassDescriptionclass
Represents a group of characters sharing the same diff type - unchanged, added or deleted.class
Methods in com.atlassian.diff that return types with arguments of type DiffChunkModifier and TypeMethodDescriptionReturns a list of chunks that contain text and the status of the text - unchanged, added or deleted.DiffViewBean.getOriginalChunks()
DiffViewBean.getRevisedChunks()
DiffViewBean.getUnifiedChunks()