|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.alkacon.diff.DiffLineType
public final class DiffLineType
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 |
|---|
public static final DiffLineType ADDED
public static final DiffLineType REMOVED
public static final DiffLineType UNCHANGED
public static final DiffLineType SKIPPED
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||