|
|||||||||
| Home >> All >> org >> joda >> time >> [ tz overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.joda.time.tz
Class ZoneInfoCompiler.RuleSet

java.lang.Objectorg.joda.time.tz.ZoneInfoCompiler.RuleSet
- Enclosing class:
- ZoneInfoCompiler
- private static class ZoneInfoCompiler.RuleSet
- extends java.lang.Object
| Field Summary | |
private java.util.List |
iRules
|
| Constructor Summary | |
(package private) |
ZoneInfoCompiler.RuleSet(ZoneInfoCompiler.Rule rule)
|
| Method Summary | |
void |
addRecurring(DateTimeZoneBuilder builder,
java.lang.String nameFormat)
Adds recurring savings rules to the builder. |
(package private) void |
addRule(ZoneInfoCompiler.Rule rule)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
iRules
private java.util.List iRules
| Constructor Detail |
ZoneInfoCompiler.RuleSet
ZoneInfoCompiler.RuleSet(ZoneInfoCompiler.Rule rule)
| Method Detail |
addRule
void addRule(ZoneInfoCompiler.Rule rule)
addRecurring
public void addRecurring(DateTimeZoneBuilder builder, java.lang.String nameFormat)
- Adds recurring savings rules to the builder.
|
|||||||||
| Home >> All >> org >> joda >> time >> [ tz overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.joda.time.tz.ZoneInfoCompiler.RuleSet