Package org.joda.time.tz
Class ZoneInfoCompiler.RuleSet
java.lang.Object
org.joda.time.tz.ZoneInfoCompiler.RuleSet
- Enclosing class:
ZoneInfoCompiler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRecurring(DateTimeZoneBuilder builder, int standardMillis, String nameFormat) Adds recurring savings rules to the builder.(package private) voidaddRule(ZoneInfoCompiler.Rule rule)
-
Field Details
-
iRules
-
-
Constructor Details
-
RuleSet
RuleSet(ZoneInfoCompiler.Rule rule)
-
-
Method Details
-
addRule
-
addRecurring
Adds recurring savings rules to the builder.- Parameters:
builder- the builderstandardMillis- the standard millisnameFormat- the name format
-