- getContent() - Method in class org.wickedsource.diffparser.api.model.Line
-
The actual content of the line as String.
- getFocusLine() - Method in interface org.wickedsource.diffparser.unified.ParseWindow
-
Returns the line currently focused by this window.
- getFocusLine() - Method in class org.wickedsource.diffparser.unified.ResizingParseWindow
-
- getFocusLineNumber() - Method in interface org.wickedsource.diffparser.unified.ParseWindow
-
Returns the number of the current line within the whole document.
- getFocusLineNumber() - Method in class org.wickedsource.diffparser.unified.ResizingParseWindow
-
- getFromFileName() - Method in class org.wickedsource.diffparser.api.model.Diff
-
Gets the name of the first file that was compared with this Diff (the file "from" which the changes were made,
i.e. the "left" file of the diff).
- getFromFileRange() - Method in class org.wickedsource.diffparser.api.model.Hunk
-
The range of line numbers that this Hunk spans in the first file of the Diff.
- getFutureLine(int) - Method in interface org.wickedsource.diffparser.unified.ParseWindow
-
Looks ahead from the current line and retrieves a line that will be the
focus line after the window has slided forward.
- getFutureLine(int) - Method in class org.wickedsource.diffparser.unified.ResizingParseWindow
-
- getHeaderLines() - Method in class org.wickedsource.diffparser.api.model.Diff
-
The header lines of the diff.
- getHunks() - Method in class org.wickedsource.diffparser.api.model.Diff
-
The list if all
Hunks which contain all changes that are part of this Diff.
- getLatestHunk() - Method in class org.wickedsource.diffparser.api.model.Diff
-
Gets the last
Hunk of changes that is part of this Diff.
- getLineCount() - Method in class org.wickedsource.diffparser.api.model.Range
-
The count of lines in this range.
- getLines() - Method in class org.wickedsource.diffparser.api.model.Hunk
-
The lines that are part of this Hunk.
- getLineStart() - Method in class org.wickedsource.diffparser.api.model.Range
-
The line number at which this range starts (inclusive).
- getLineType() - Method in class org.wickedsource.diffparser.api.model.Line
-
The type of this line.
- getToFileName() - Method in class org.wickedsource.diffparser.api.model.Diff
-
Gets the name of the second file that was compared with this Diff (the file "to" which the changes were made,
i.e. the "right" file of the diff).
- getToFileRange() - Method in class org.wickedsource.diffparser.api.model.Hunk
-
The range of line numbers that this Hunk spans in the second file of the Diff.