Package gw.internal.gosu
Class DefaultLocalizationService
java.lang.Object
gw.config.BaseService
gw.internal.gosu.DefaultLocalizationService
- All Implemented Interfaces:
IGosuLocalizationService
,IService
,IPluginHost
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
exists
(ResourceKey key) localize
(ResourceKey key, Object... args) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gw.plugin.IPluginHost
getInterface
-
Constructor Details
-
DefaultLocalizationService
public DefaultLocalizationService()
-
-
Method Details
-
localize
- Specified by:
localize
in interfaceIGosuLocalizationService
-
exists
- Specified by:
exists
in interfaceIGosuLocalizationService
-