com.alkacon.diff
Class DiffLineType

java.lang.Object
  extended by com.alkacon.diff.DiffLineType

public final class DiffLineType
extends java.lang.Object

Provides the basic result types for the diff output.


Field Summary
static DiffLineType ADDED
          Result type: Content added.
static DiffLineType REMOVED
          Result type: Content removed.
static DiffLineType SKIPPED
          Result type: Lines skipped.
static DiffLineType UNCHANGED
          Result type: Content unchanged.
 
Method Summary
 java.lang.String toString()
          Returns the name of the basic result types for the diff output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ADDED

public static final DiffLineType ADDED
Result type: Content added.


REMOVED

public static final DiffLineType REMOVED
Result type: Content removed.


UNCHANGED

public static final DiffLineType UNCHANGED
Result type: Content unchanged.


SKIPPED

public static final DiffLineType SKIPPED
Result type: Lines skipped.

Method Detail

toString

public java.lang.String toString()
Returns the name of the basic result types for the diff output.

Overrides:
toString in class java.lang.Object
Returns:
the name of the basic result types for the diff output
See Also:
Object.toString()


Copyright © 2005-2011. All Rights Reserved.