Package net.fortuna.ical4j.model
Class TimeZoneLoader
java.lang.Object
net.fortuna.ical4j.model.TimeZoneLoader
-
Constructor Summary
ConstructorsConstructorDescriptionTimeZoneLoader(String resourcePrefix) TimeZoneLoader(String resourcePrefix, TimeZoneCache cache) -
Method Summary
Modifier and TypeMethodDescriptionstatic TimeZoneLoadergetInstance(String resourcePrefix) loadVTimeZone(String id) Loads an existing VTimeZone from the classpath corresponding to the specified Java timezone.
-
Constructor Details
-
TimeZoneLoader
-
TimeZoneLoader
-
-
Method Details
-
loadVTimeZone
Loads an existing VTimeZone from the classpath corresponding to the specified Java timezone.- Throws:
ParseExceptionIOExceptionParserException
-
getInstance
-