com.atlassian.core.cron
Class MockI18nBean

java.lang.Object
  extended by com.atlassian.core.cron.MockI18nBean
All Implemented Interfaces:
I18nTextProvider

public class MockI18nBean
extends Object
implements I18nTextProvider


Constructor Summary
MockI18nBean()
           
 
Method Summary
 String getText(String key)
           
 String getText(String key, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockI18nBean

public MockI18nBean()
Method Detail

getText

public String getText(String key)
Specified by:
getText in interface I18nTextProvider

getText

public String getText(String key,
                      Object[] args)
Specified by:
getText in interface I18nTextProvider


Copyright © 2015 Atlassian. All rights reserved.