Class IsPluginEnabledCondition
java.lang.Object
com.atlassian.confluence.plugin.descriptor.web.conditions.IsPluginEnabledCondition
- All Implemented Interfaces:
- com.atlassian.plugin.web.api.baseconditions.BaseCondition,- com.atlassian.plugin.web.Condition
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidsetPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor) booleanshouldDisplay(Map<String, Object> stringObjectMap) 
- 
Constructor Details- 
IsPluginEnabledConditionpublic IsPluginEnabledCondition()
 
- 
- 
Method Details- 
init- Specified by:
- initin interface- com.atlassian.plugin.web.Condition
- Throws:
- com.atlassian.plugin.PluginParseException
 
- 
shouldDisplay- Specified by:
- shouldDisplayin interface- com.atlassian.plugin.web.Condition
 
- 
setPluginAccessorpublic void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor) 
 
-