org.joda.time.tz
Interface Provider

All Known Implementing Classes:
UTCProvider, ZoneInfoProvider

public interface Provider

Service provider factory for time zones.

Since:
1.0

Method Summary
 Set<String> getAvailableIDs()
          Returns an unmodifiable set of ids.
 DateTimeZone getZone(String id)
          Retrieves a DateTimeZone for the given id.
 

Method Detail

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".



Copyright © 2002–2015 Joda.org. All rights reserved.