ZoneRulesProvider
Class ZoneRulesProvider
- java.lang.Object
-
- java.time.zone.ZoneRulesProvider
public abstract class ZoneRulesProvider extends Object
Provider of time-zone rules to the system.
This class manages the configuration of time-zone rules. The static methods provide the public API that can be used to manage the providers. The abstract methods provide the SPI that allows rules to be provided.
ZoneRulesProvider may be installed in an instance of the Java Platform as extension classes, that is, jar files placed into any of the usual extension directories. Installed providers are loaded using the service-provider loading facility defined by the ServiceLoader
class. A ZoneRulesProvider identifies it