Package edu.university.ecs.lab.delta
package edu.university.ecs.lab.delta
This package contains classes and sub-packages related to the extraction of delta changes
between commits in a microservice system repository.
The main components include:
- Theedu.university.ecs.lab.delta.models
package, which holds the data models representing individual
and overall changes between commits.
- The edu.university.ecs.lab.delta.models.enums
package, which defines enumerations used within the
data models, such as ChangeType
.
- The edu.university.ecs.lab.delta.services
package, which provides services for extracting and
processing differences between commits, such as the DeltaExtractionService
.
The package also includes a runner class, DeltaExtractionRunner
, for executing
a test delta process.
-
ClassDescriptionThis class acts as a runner implementation for extracting a Delta file