Class LocaleSystem
- java.lang.Object
-
- com.djrapitops.plan.settings.locale.LocaleSystem
-
-
Constructor Summary
Constructors Constructor Description LocaleSystem(PlanFiles files, PlanConfig config, net.playeranalytics.plugin.server.PluginLogger logger, ErrorLogger errorLogger)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
disable()
Performs disable actions for the subsystemvoid
enable()
Performs enable actions for the subsystem.static java.util.Map<java.lang.String,Lang>
getIdentifiers()
Locale
getLocale()
-
-
-
Constructor Detail
-
LocaleSystem
@Inject public LocaleSystem(PlanFiles files, PlanConfig config, net.playeranalytics.plugin.server.PluginLogger logger, ErrorLogger errorLogger)
-
-
Method Detail
-
getIdentifiers
public static java.util.Map<java.lang.String,Lang> getIdentifiers()
-
enable
public void enable()
Description copied from interface:SubSystem
Performs enable actions for the subsystem.
-
disable
public void disable()
Description copied from interface:SubSystem
Performs disable actions for the subsystem
-
getLocale
public Locale getLocale()
-
-