public class ResourceZoneInfoProvider
extends java.lang.Object
| Constructor and Description |
|---|
ResourceZoneInfoProvider(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getAvailableIDs()
Gets a list of all the available zone ids.
|
DateTimeZone |
getZone(java.lang.String id)
If an error is thrown while loading zone data, the exception is logged
to system error and null is returned for this and all future requests.
|
protected void |
uncaughtException(java.lang.Exception ex)
Called if an exception is thrown from getZone while loading zone data.
|
public ResourceZoneInfoProvider(android.content.Context context)
throws java.io.IOException
java.io.IOExceptionpublic DateTimeZone getZone(java.lang.String id)
id - the id to loadpublic java.util.Set<java.lang.String> getAvailableIDs()
protected void uncaughtException(java.lang.Exception ex)
ex - the exception