Uses of Interface
org.joda.time.tz.Provider
-
Packages that use Provider Package Description org.joda.time Provides support for dates, times, time zones, durations, intervals, and partials.org.joda.time.tz Implementation package supporting the time zones. -
-
Uses of Provider in org.joda.time
Fields in org.joda.time with type parameters of type Provider Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReference<Provider>DateTimeZone. cProviderThe instance that is providing time zones.Methods in org.joda.time that return Provider Modifier and Type Method Description private static ProviderDateTimeZone. getDefaultProvider()Gets the default zone provider.static ProviderDateTimeZone. getProvider()Gets the zone provider factory.private static ProviderDateTimeZone. validateProvider(Provider provider)Sets the zone provider factory without performing the security check.Methods in org.joda.time with parameters of type Provider Modifier and Type Method Description static voidDateTimeZone. setProvider(Provider provider)Sets the zone provider factory.private static ProviderDateTimeZone. validateProvider(Provider provider)Sets the zone provider factory without performing the security check. -
Uses of Provider in org.joda.time.tz
Classes in org.joda.time.tz that implement Provider Modifier and Type Class Description classUTCProviderSimple time zone provider that supports only UTC.classZoneInfoProviderZoneInfoProvider loads compiled data files as generated byZoneInfoCompiler.
-