com.atlassian.confluence.diff
Interface DiffChunk

All Known Implementing Classes:
ChangeChunk, CharacterChunk, LineChunk, WordChunk

public interface DiffChunk

A DiffChunk classifies a chunk as added, deleted, unchanged or changed. A DiffChunk can be made up of multiple smaller DiffChunks i.e. A LineChunk is made up of WordChunks


Method Summary
 List<? extends DiffChunk> getChildren()
           
 DiffType getType()
           
 

Method Detail

getType

DiffType getType()

getChildren

List<? extends DiffChunk> getChildren()


Copyright © 2003-2013 Atlassian. All Rights Reserved.