Uses of Class
com.atlassian.diff.DiffType

Packages that use DiffType
com.atlassian.diff   
 

Uses of DiffType in com.atlassian.diff
 

Methods in com.atlassian.diff that return DiffType
 DiffType CharacterChunk.getType()
           
 DiffType WordChunk.getType()
           
 DiffType DiffChunk.getType()
           
static DiffType DiffType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DiffType[] DiffType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.atlassian.diff with parameters of type DiffType
CharacterChunk(DiffType type, String text)
           
WordChunk(DiffType type, List<CharacterChunk> characterChunks)
           
WordChunk(DiffType type, String text)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.