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 Instance Methods Concrete Methods Modifier and Type Method Description 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
-
loadVTimeZone
public VTimeZone loadVTimeZone(String id) throws IOException, ParserException, ParseException
Loads an existing VTimeZone from the classpath corresponding to the specified Java timezone.- Throws:
ParseException
IOException
ParserException
-
-