Package com.atlassian.bamboo.utils.i18n
Class FakeI18nBeanFactory
- java.lang.Object
-
- com.atlassian.bamboo.utils.i18n.FakeI18nBeanFactory
-
- All Implemented Interfaces:
I18nBeanFactory
public abstract class FakeI18nBeanFactory extends Object implements I18nBeanFactory
-
-
Constructor Summary
Constructors Constructor Description FakeI18nBeanFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description I18nBean
getI18nBean()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.utils.i18n.I18nBeanFactory
getI18nBean
-
-
-
-
Method Detail
-
getI18nBean
public I18nBean getI18nBean()
- Specified by:
getI18nBean
in interfaceI18nBeanFactory
-
-