Package org.threeten.bp.zone
Class ZoneRulesInitializer.DoNothingZoneRulesInitializer
- java.lang.Object
-
- org.threeten.bp.zone.ZoneRulesInitializer
-
- org.threeten.bp.zone.ZoneRulesInitializer.DoNothingZoneRulesInitializer
-
- Enclosing class:
- ZoneRulesInitializer
static class ZoneRulesInitializer.DoNothingZoneRulesInitializer extends ZoneRulesInitializer
Implementation that does nothing.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.threeten.bp.zone.ZoneRulesInitializer
ZoneRulesInitializer.DoNothingZoneRulesInitializer, ZoneRulesInitializer.ServiceLoaderZoneRulesInitializer
-
-
Field Summary
-
Fields inherited from class org.threeten.bp.zone.ZoneRulesInitializer
DO_NOTHING
-
-
Constructor Summary
Constructors Constructor Description DoNothingZoneRulesInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitializeProviders()Initialize the providers.-
Methods inherited from class org.threeten.bp.zone.ZoneRulesInitializer
initialize, setInitializer
-
-
-
-
Method Detail
-
initializeProviders
protected void initializeProviders()
Description copied from class:ZoneRulesInitializerInitialize the providers.The implementation should perform whatever work is necessary to initialize the providers. This will result in one or more calls to
ZoneRulesProvider.registerProvider(ZoneRulesProvider).It is vital that the instance of
ZoneRulesProvideris not created until this method is invoked.It is guaranteed that this method will be invoked once and only once.
- Specified by:
initializeProvidersin classZoneRulesInitializer
-
-