object ZoneRulesInitializer
- Alphabetic
- By Inheritance
- ZoneRulesInitializer
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class DoNothingZoneRulesInitializer extends ZoneRulesInitializer
Implementation that does nothing.
Value Members
- lazy val DO_NOTHING: ZoneRulesInitializer
An instance that does nothing.
An instance that does nothing. Call
#setInitializer(ZoneRulesInitializer)
with this instance to block the service loader search. This will leave the system with no providers. - def initialize(): Unit
- def setInitializer(initializer: ZoneRulesInitializer): Unit
Sets the initializer to use.
Sets the initializer to use.
This can only be invoked before the
ZoneRulesProvider
class is loaded. Invoking this method at a later point will throw an exception.- initializer
the initializer to use
- Exceptions thrown
IllegalStateException
if initialization has already occurred or another initializer has been set