Package | Description |
---|---|
migration | |
migration.difffile |
Modifier and Type | Field and Description |
---|---|
private DiffPartFile |
TestDiffPartFile.diffPartFile
the DiffPartFile.
|
Modifier and Type | Method and Description |
---|---|
private ProcessedDiffFile |
DiffFileProcessorTest.createProcessedDiffFileFromLines(DiffPartFile... hunks)
Creates a processed DiffFile form the hunks.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<DiffPartFile> |
DiffFile.partFiles
the Hunks.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<DiffPartFile> |
DiffFile.getPartFiles() |
Constructor and Description |
---|
DiffFile(java.util.ArrayList<DiffPartFile> partFiles)
Creates a DIffFile with the given parts.
|