|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDiffResult
Result wrapper object for the IDiffProvider
.
IDiffProvider
Nested Class Summary | |
---|---|
static class |
IDiffResult.Type
The type of this IDiffResult . |
Method Summary | |
---|---|
int |
getLength()
Retrieves the length of the added or removed text. |
int |
getOffset()
Retrieves the 0-based character offset in the source text where this insertion/deletion starts. |
java.lang.String |
getText()
Retrieves the text which was inserted or deleted. |
IDiffResult.Type |
getType()
Retrieves the type of this diff. |
boolean |
isDelete()
Checks whether this is a deletion. |
boolean |
isInsert()
Checks whether this is an insertion. |
Method Detail |
---|
IDiffResult.Type getType()
int getOffset()
int getLength()
getText()
java.lang.String getText()
boolean isInsert()
boolean isDelete()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |