Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.joda.time.tz
Interface Provider  view Provider download Provider.java

All Known Implementing Classes:
UTCProvider, ZoneInfoProvider

public interface Provider

Service provider factory for time zones.

Since:
1.0

Method Summary
 java.util.Set getAvailableIDs()
          Returns an unmodifiable set of ids.
 org.joda.time.DateTimeZone getZone(java.lang.String id)
          Retrieves a DateTimeZone for the given id.
 

Method Detail

getZone

public org.joda.time.DateTimeZone getZone(java.lang.String id)
Retrieves a DateTimeZone for the given id. All providers must at least support id "UTC".


getAvailableIDs

public java.util.Set getAvailableIDs()
Returns an unmodifiable set of ids. All providers must at least support id "UTC".