Package edu.university.ecs.lab.intermediate.create.services
package edu.university.ecs.lab.intermediate.create.services
This package provides services for extracting intermediate representations (IR) from remote repositories.
The main service in this package is the IRExtractionService,
which handles the entire process of cloning repositories, scanning through each repository to extract REST endpoints and calls,
and writing the extracted information into an intermediate representation file.
-
ClassesClassDescriptionTop-level service for extracting intermediate representation from remote repositories.