Class TZDBZoneRulesCompiler
java.lang.Object
javax.time.calendar.zone.TZDBZoneRulesCompiler
A builder that can read the TZDB TimeZone files and build ZoneRules instances.
TZDBZoneRulesCompiler is thread-safe.
- Author:
- Stephen Colebourne
-
Constructor Summary
ConstructorsConstructorDescriptionTZDBZoneRulesCompiler(String version, List<File> sourceFiles, boolean verbose) Constructor used if you want to invoke the compiler manually. -
Method Summary
-
Constructor Details
-
TZDBZoneRulesCompiler
Constructor used if you want to invoke the compiler manually.- Parameters:
version- the version, such as 2009a, not nullsourceFiles- the list of source files, not empty, not nullverbose- whether to output verbose messages
-
-
Method Details
-
main
Reads a set of TZDB files and builds a single combined data file.- Parameters:
args- the arguments
-
compile
-