public class TimeZoneLoader
extends java.lang.Object
Constructor and Description |
---|
TimeZoneLoader(java.lang.String resourcePrefix) |
TimeZoneLoader(java.lang.String resourcePrefix,
TimeZoneCache cache) |
Modifier and Type | Method and Description |
---|---|
VTimeZone |
loadVTimeZone(java.lang.String id)
Loads an existing VTimeZone from the classpath corresponding to the specified Java timezone.
|
public TimeZoneLoader(java.lang.String resourcePrefix)
public TimeZoneLoader(java.lang.String resourcePrefix, TimeZoneCache cache)
public VTimeZone loadVTimeZone(java.lang.String id) throws java.io.IOException, ParserException, java.text.ParseException
java.text.ParseException
java.io.IOException
ParserException