Package com.atlassian.bamboo.utils.i18n
Class I18nBeanFactoryImpl
java.lang.Object
com.atlassian.bamboo.utils.i18n.I18nBeanFactoryImpl
- All Implemented Interfaces:
I18nBeanFactory
-
Constructor Summary
ConstructorDescriptionI18nBeanFactoryImpl
(@NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull com.atlassian.plugin.event.PluginEventManager pluginEventManager) -
Method Summary
Modifier and TypeMethodDescriptiongetI18nBean
(Locale locale) void
onPluginDisabled
(com.atlassian.plugin.event.events.PluginDisabledEvent event) void
onPluginEnabled
(com.atlassian.plugin.event.events.PluginEnabledEvent event) void
-
Constructor Details
-
I18nBeanFactoryImpl
public I18nBeanFactoryImpl(@NotNull @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull @NotNull com.atlassian.plugin.event.PluginEventManager pluginEventManager)
-
-
Method Details
-
postConstruct
@PostConstruct public void postConstruct() -
onPluginDisabled
public void onPluginDisabled(com.atlassian.plugin.event.events.PluginDisabledEvent event) -
onPluginEnabled
public void onPluginEnabled(com.atlassian.plugin.event.events.PluginEnabledEvent event) -
getI18nBean
- Specified by:
getI18nBean
in interfaceI18nBeanFactory
-
getI18nBean
- Specified by:
getI18nBean
in interfaceI18nBeanFactory
-