| Package | Description | 
|---|---|
| migration | |
| migration.difffile | 
| Modifier and Type | Method and Description | 
|---|---|
private LineState | 
DiffFileScanParser.checkState(io.reflectoring.diffparser.api.model.Line line)
Funktion die den State einer Line identifiziert. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AddLine
Hinzugefügte Zeilen. 
 | 
class  | 
NoChangeLine
Zeilen ohne Änderung. 
 | 
class  | 
RemoveLine
Entfernte Zeilen. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private LineState | 
DiffPartFileLine.state
LineState. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LineState | 
DiffPartFileLine.getState()
getter für den LineState. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DiffPartFileLine.setState(LineState state)
setter für den LineState. 
 | 
| Constructor and Description | 
|---|
DiffPartFileLine(LineState state,
                DiffFileEntity fileEntity)
Konstruktor. 
 |