sun.tools.javazic |
|
Java Source File Name | Type | Comment |
BackEnd.java | Class | BackEnd is an abstract base class for a back-end of compiling
Olson's zoneinfo database and generating Java zoneinfo database. |
Calendar.java | Class | Gregorian calendar utility methods. |
Checksum.java | Class | Checksum provides methods for calculating a CRC32 value for a
transitions table. |
Gen.java | Class | Gen is one of back-end classes of javazic, and generates
ZoneInfoMappings and zone-specific file for each zone. |
GenDoc.java | Class | GenDoc is one of back-end classes of javazic, and generates
index.html and other html files which prints the detailed time zone
information for each zone. |
GenSrc.java | Class | GenSrc is one of back-end classes of javazic, and generates
ZoneInfoMappings.java and zone-specific .java file for each zone. |
Main.java | Class | Main class for the javazic time zone data compiler. |
Mappings.java | Class | Mappings generates two Maps and a List which are used by
javazic BackEnd. |
Month.java | Class | Month class handles month related manipulation. |
Rule.java | Class | Rule manipulates Rule records. |
RuleDay.java | Class | RuleDay class represents the value of the "ON" field. |
RuleRec.java | Class | RuleRec class represents one record of the Rule set. |
Simple.java | Class | Simple generates TimeZoneData, which had been used as internal
data of TimeZone before J2SDK1.3. |
Time.java | Class | Time class represents the "AT" field and other time related information. |
Timezone.java | Class | Timezone represents all information of a single point of time to
generate its time zone database. |
Zone.java | Class | Zone holds information corresponding to a "Zone" part of a time
zone definition file. |
Zoneinfo.java | Class | Zoneinfo provides javazic compiler front-end functionality. |
ZoneRec.java | Class | ZoneRec hold information of time zone corresponding to each text
line of the "Zone" part. |