Class MavenRules
java.lang.Object
org.palladiosimulator.somox.analyzer.rules.impl.MavenRules
-
Constructor Summary
-
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.boolean
void
processRules
(RuleEngineBlackboard blackboard, Path path)
-
Constructor Details
-
MavenRules
public MavenRules()
-
-
Method Details
-
processRules
- Specified by:
processRules
in interfaceRule
-
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
-