Class JaxRSRules
java.lang.Object
org.palladiosimulator.somox.analyzer.rules.impl.JaxRSRules
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddetectDefault(RuleEngineBlackboard blackboard, org.eclipse.jdt.core.dom.CompilationUnit unit) IDs of services that may only run after this one.getID()getName()IDs of services that must run before this one.booleanvoidprocessRuleForCompUnit(RuleEngineBlackboard blackboard, org.eclipse.jdt.core.dom.CompilationUnit unit) voidprocessRules(RuleEngineBlackboard blackboard, Path path)
-
Field Details
-
RULE_ID
- See Also:
-
JAVA_DISCOVERER_ID
- See Also:
-
-
Constructor Details
-
JaxRSRules
public JaxRSRules()
-
-
Method Details
-
processRules
- Specified by:
processRulesin interfaceRule
-
processRuleForCompUnit
public void processRuleForCompUnit(RuleEngineBlackboard blackboard, org.eclipse.jdt.core.dom.CompilationUnit unit) -
detectDefault
public void detectDefault(RuleEngineBlackboard blackboard, org.eclipse.jdt.core.dom.CompilationUnit unit) -
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
-