java.lang.Object
org.palladiosimulator.retriever.extraction.rules.JaxRSRules
All Implemented Interfaces:
org.palladiosimulator.retriever.services.Rule, org.palladiosimulator.retriever.services.Service

public class JaxRSRules extends Object implements org.palladiosimulator.retriever.services.Rule
  • Field Details

  • Constructor Details

    • JaxRSRules

      public JaxRSRules()
  • Method Details

    • processRules

      public void processRules(org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard blackboard, Path path)
      Specified by:
      processRules in interface org.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 interface org.palladiosimulator.retriever.services.Rule
    • getConfigurationKeys

      public Set<String> getConfigurationKeys()
      Specified by:
      getConfigurationKeys in interface org.palladiosimulator.retriever.services.Service
    • getID

      public String getID()
      Specified by:
      getID in interface org.palladiosimulator.retriever.services.Service
    • getName

      public String getName()
      Specified by:
      getName in interface org.palladiosimulator.retriever.services.Service
    • getRequiredServices

      public Set<String> getRequiredServices()
      Specified by:
      getRequiredServices in interface org.palladiosimulator.retriever.services.Service
    • getDependentServices

      public Set<String> getDependentServices()
      Specified by:
      getDependentServices in interface org.palladiosimulator.retriever.services.Service