Package net.fortuna.ical4j.model
Class TimeZoneLoader
- java.lang.Object
-
- net.fortuna.ical4j.model.TimeZoneLoader
-
public class TimeZoneLoader extends Object
-
-
Constructor Summary
Constructors Constructor Description TimeZoneLoader(String resourcePrefix)
TimeZoneLoader(String resourcePrefix, TimeZoneCache cache)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getAvailableIDs()
static TimeZoneLoader
getInstance(String resourcePrefix)
VTimeZone
loadVTimeZone(String id)
Loads an existing VTimeZone from the classpath corresponding to the specified Java timezone.
-
-
-
Constructor Detail
-
TimeZoneLoader
public TimeZoneLoader(String resourcePrefix)
-
TimeZoneLoader
public TimeZoneLoader(String resourcePrefix, TimeZoneCache cache)
-
-
Method Detail
-
getAvailableIDs
public String[] getAvailableIDs()
-
loadVTimeZone
public VTimeZone loadVTimeZone(String id) throws IOException, ParserException
Loads an existing VTimeZone from the classpath corresponding to the specified Java timezone.- Throws:
IOException
ParserException
-
getInstance
public static TimeZoneLoader getInstance(String resourcePrefix)
-
-