class DoNothingZoneRulesInitializer extends ZoneRulesInitializer
Implementation that does nothing.
- Alphabetic
- By Inheritance
- DoNothingZoneRulesInitializer
- ZoneRulesInitializer
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DoNothingZoneRulesInitializer()
Value Members
- def initializeProviders(): Unit
Initialize the providers.
Initialize 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
ZoneRulesProvider
is not created until this method is invoked.It is guaranteed that this method will be invoked once and only once.
- Definition Classes
- DoNothingZoneRulesInitializer → ZoneRulesInitializer