Uses of Class
com.finalist.util.DiffConflictLine

Packages that use DiffConflictLine
com.finalist.util   
 

Uses of DiffConflictLine in com.finalist.util
 

Fields in com.finalist.util declared as DiffConflictLine
static DiffConflictLine DiffConflictLine.EOF
          A special case of DiffConflictLine, used to represent the last line in a file.
 

Methods in com.finalist.util with parameters of type DiffConflictLine
 boolean DiffConflictLine.lineEquals(DiffConflictLine line2)
          Checks if the given line has the same text as this one (ignoring whitespace).
 boolean DiffConflictLine.precedes(DiffConflictLine next)
          Checks if a given conflict line precedes this one.
 



Copyright © 2003-2005 SourceForge. All Rights Reserved.