Package com.vmware.vipclient.i18n
Class I18nFactory
java.lang.Object
com.vmware.vipclient.i18n.I18nFactory
provide a factory to create all kind of I18n instances
-
Method Summary
Modifier and TypeMethodDescriptiongetCfg()get a instance of com.vmware.vipclient.i18n.base.instances.Formattingstatic I18nFactoryget the instance of I18nFactorystatic I18nFactorygetInstance(VIPCfg cfg) get an instance of I18nFactorygetMessageInstance(Class c, VIPCfg cfg) get an instance of com.vmware.vipclient.i18n.base.instances.MessagevoidvoidsetFormattings(Map<String, Formatting> formattings) voidsetMessages(Map<String, Message> messages)
-
Method Details
-
getInstance
get an instance of I18nFactory- Parameters:
cfg-- Returns:
-
getInstance
get the instance of I18nFactory- Returns:
-
getMessageInstance
get an instance of com.vmware.vipclient.i18n.base.instances.Message- Parameters:
c-- Returns:
-
getMessageInstance
-
getFormattingInstance
get a instance of com.vmware.vipclient.i18n.base.instances.Formatting- Parameters:
c-- Returns:
-
getMessages
-
setMessages
-
getFormattings
-
setFormattings
-
getCfg
-
setCfg
-