Class JaxRSRules
java.lang.Object
org.palladiosimulator.retriever.extraction.rules.JaxRSRules
- All Implemented Interfaces:
org.palladiosimulator.retriever.services.Rule
,org.palladiosimulator.retriever.services.Service
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
detectDefault
(org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard blackboard, org.eclipse.jdt.core.dom.CompilationUnit unit) getID()
getName()
boolean
void
processRuleForCompUnit
(org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard blackboard, org.eclipse.jdt.core.dom.CompilationUnit unit, String hostname) void
processRules
(org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard blackboard, Path path) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.palladiosimulator.retriever.services.Rule
create
-
Field Details
-
RULE_ID
- See Also:
-
JAVA_DISCOVERER_ID
- See Also:
-
DEPLOYMENT_RULE_ID
- See Also:
-
-
Constructor Details
-
JaxRSRules
public JaxRSRules()
-
-
Method Details
-
processRules
public void processRules(org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard blackboard, Path path) - Specified by:
processRules
in interfaceorg.palladiosimulator.retriever.services.Rule
-
processRuleForCompUnit
public void processRuleForCompUnit(org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard blackboard, org.eclipse.jdt.core.dom.CompilationUnit unit, String hostname) -
detectDefault
public void detectDefault(org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard blackboard, org.eclipse.jdt.core.dom.CompilationUnit unit) -
isBuildRule
public boolean isBuildRule()- Specified by:
isBuildRule
in interfaceorg.palladiosimulator.retriever.services.Rule
-
getConfigurationKeys
- Specified by:
getConfigurationKeys
in interfaceorg.palladiosimulator.retriever.services.Service
-
getID
- Specified by:
getID
in interfaceorg.palladiosimulator.retriever.services.Service
-
getName
- Specified by:
getName
in interfaceorg.palladiosimulator.retriever.services.Service
-
getRequiredServices
- Specified by:
getRequiredServices
in interfaceorg.palladiosimulator.retriever.services.Service
-
getDependentServices
- Specified by:
getDependentServices
in interfaceorg.palladiosimulator.retriever.services.Service
-