Class MavenRules
java.lang.Object
org.palladiosimulator.somox.analyzer.rules.impl.MavenRules
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIDs of services that may only run after this one.getID()getName()IDs of services that must run before this one.booleanvoidprocessRules(RuleEngineBlackboard blackboard, Path path)
-
Constructor Details
-
MavenRules
public MavenRules()
-
-
Method Details
-
processRules
- Specified by:
processRulesin interfaceRule
-
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
-