Interface Provider

All Known Implementing Classes:
UTCProvider, ZoneInfoProvider

public interface Provider
Service provider factory for time zones.
Since:
1.0
Author:
Brian S O'Neill
  • Method Details

    • getZone

      DateTimeZone getZone(String id)
      Retrieves a DateTimeZone for the given id. All providers must at least support id "UTC".
      Returns:
      null if not found
    • getAvailableIDs

      Set<String> getAvailableIDs()
      Returns an unmodifiable set of ids. All providers must at least support id "UTC".