java.lang.Object
org.palladiosimulator.somox.analyzer.rules.engine.DockerParser

public class DockerParser extends Object
The DockerParser parses a docker-compose file to extract a mapping between service names (microservices) and Java model instances. Later, this parser will be replaced with the project in: https://github.com/PalladioSimulator/Palladio-ReverseEngineering-Docker
  • Constructor Details

  • Method Details

    • getMapping

      public Map<String,Set<org.eclipse.jdt.core.dom.CompilationUnit>> getMapping()