Package net.time4j.tz.repo
Class TZDATA
java.lang.Object
net.time4j.tz.repo.TZDATA
Small helper class for registering this module in OSGi etc.
- Since:
- 3.0
- Author:
- Meno Hochschild
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit()Convenient short form for registering this module in the standard resource loader.
-
Method Details
-
init
public static void init()Convenient short form for registering this module in the standard resource loader.
Does not work on Android platforms by design and is mainly intended for OSGi-environments.
- See Also:
ResourceLoader.registerService(Class, Object)
-