Class SpringGatewayRules
java.lang.Object
org.palladiosimulator.somox.analyzer.rules.impl.SpringGatewayRules
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncollectRoutes(Iterable<Map<String, Object>> applicationYamlIter) IDs of services that may only run after this one.getID()getName()IDs of services that must run before this one.intgetStripPrefixLength(List<String> filters) booleanvoidprocessRules(RuleEngineBlackboard blackboard, Path path) toHostname(String url)
-
Field Details
-
RULE_ID
- See Also:
-
YAML_DISCOVERER_ID
- See Also:
-
YAML_MAPPERS_KEY
- See Also:
-
XML_DISCOVERER_ID
- See Also:
-
PROPERTIES_DISCOVERER_ID
- See Also:
-
ECMASCRIPT_RULE_ID
- See Also:
-
ECMASCRIPT_ROUTES_ID
- See Also:
-
ECMASCRIPT_HOSTNAMES_ID
- See Also:
-
-
Constructor Details
-
SpringGatewayRules
public SpringGatewayRules()
-
-
Method Details
-
processRules
- Specified by:
processRulesin interfaceRule
-
collectRoutes
-
getPath
-
getStripPrefixLength
-
toHostname
-
isBuildRule
public boolean isBuildRule()- Specified by:
isBuildRulein interfaceRule
-
getConfigurationKeys
- Specified by:
getConfigurationKeysin interfaceService
-
getID
-
getName
-
getRequiredServices
Description copied from interface:ServiceIDs of services that must run before this one.- Specified by:
getRequiredServicesin interfaceService
-
getDependentServices
Description copied from interface:ServiceIDs of services that may only run after this one.- Specified by:
getDependentServicesin interfaceService
-