Class ConditionDescriptorFactoryImpl

java.lang.Object
com.atlassian.jira.plugin.webfragment.descriptors.ConditionDescriptorFactoryImpl
All Implemented Interfaces:
ConditionDescriptorFactory, com.atlassian.plugin.web.descriptors.ConditionElementParser.ConditionFactory

public class ConditionDescriptorFactoryImpl extends Object implements ConditionDescriptorFactory, com.atlassian.plugin.web.descriptors.ConditionElementParser.ConditionFactory
  • Constructor Details

    • ConditionDescriptorFactoryImpl

      public ConditionDescriptorFactoryImpl(com.atlassian.plugin.web.WebFragmentHelper webFragmentHelper)
  • Method Details

    • create

      public com.atlassian.plugin.web.Condition create(String className, com.atlassian.plugin.Plugin plugin) throws com.atlassian.plugin.web.api.conditions.ConditionLoadingException
      Specified by:
      create in interface com.atlassian.plugin.web.descriptors.ConditionElementParser.ConditionFactory
      Throws:
      com.atlassian.plugin.web.api.conditions.ConditionLoadingException
    • retrieveCondition

      @Nonnull public com.atlassian.plugin.web.Condition retrieveCondition(@Nonnull com.atlassian.plugin.Plugin plugin, @Nonnull com.atlassian.plugin.module.Element element)
      Specified by:
      retrieveCondition in interface ConditionDescriptorFactory