Class SpringGatewayRules
java.lang.Object
org.palladiosimulator.somox.analyzer.rules.impl.SpringGatewayRules
-
Field Summary
-
Constructor Summary
-
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.int
getStripPrefixLength
(List<String> filters) boolean
void
processRules
(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:
processRules
in interfaceRule
-
collectRoutes
-
getPath
-
getStripPrefixLength
-
toHostname
-
isBuildRule
public boolean isBuildRule()- Specified by:
isBuildRule
in interfaceRule
-
getConfigurationKeys
- Specified by:
getConfigurationKeys
in interfaceService
-
getID
-
getName
-
getRequiredServices
Description copied from interface:Service
IDs of services that must run before this one.- Specified by:
getRequiredServices
in interfaceService
-
getDependentServices
Description copied from interface:Service
IDs of services that may only run after this one.- Specified by:
getDependentServices
in interfaceService
-