Uses of Class
edu.university.ecs.lab.detection.architecture.models.AR23
Packages that use AR23
Package
Description
Provides classes and enums for representing architectural rules within the microservice system.
-
Uses of AR23 in edu.university.ecs.lab.detection.architecture.models
Methods in edu.university.ecs.lab.detection.architecture.models that return AR23Modifier and TypeMethodDescriptionstatic AR23
AR23.checkforApiGateway
(Delta delta, ConfigFile configFile, MicroserviceSystem oldSystem, MicroserviceSystem newSystem) Checks if the YAML file contains configuration indicating an API Gateway.Methods in edu.university.ecs.lab.detection.architecture.models that return types with arguments of type AR23Modifier and TypeMethodDescriptionAR23.scan
(Delta delta, MicroserviceSystem oldSystem, MicroserviceSystem newSystem) Scan and compare old microservice system and new microservice system to check for API gateway