Class SpringZuulRules

java.lang.Object
org.palladiosimulator.retriever.extraction.rules.SpringZuulRules
All Implemented Interfaces:
org.palladiosimulator.retriever.services.Rule, org.palladiosimulator.retriever.services.Service

public class SpringZuulRules extends Object implements org.palladiosimulator.retriever.services.Rule
  • Field Details

  • Constructor Details

    • SpringZuulRules

      public SpringZuulRules()
  • Method Details

    • processRules

      public void processRules(org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard blackboard, Path path)
      Specified by:
      processRules in interface org.palladiosimulator.retriever.services.Rule
    • collectRoutes

      public List<GatewayRoute> collectRoutes(Iterable<Map<String,Object>> applicationYamlIter)
    • toHostname

      public String toHostname(String url)
    • isBuildRule

      public boolean isBuildRule()
      Specified by:
      isBuildRule in interface org.palladiosimulator.retriever.services.Rule
    • getConfigurationKeys

      public Set<String> getConfigurationKeys()
      Specified by:
      getConfigurationKeys in interface org.palladiosimulator.retriever.services.Service
    • getID

      public String getID()
      Specified by:
      getID in interface org.palladiosimulator.retriever.services.Service
    • getName

      public String getName()
      Specified by:
      getName in interface org.palladiosimulator.retriever.services.Service
    • getRequiredServices

      public Set<String> getRequiredServices()
      Specified by:
      getRequiredServices in interface org.palladiosimulator.retriever.services.Service
    • getDependentServices

      public Set<String> getDependentServices()
      Specified by:
      getDependentServices in interface org.palladiosimulator.retriever.services.Service