Class RuleManager
- java.lang.Object
-
- net.fortuna.ical4j.transform.rfc5545.RuleManager
-
public class RuleManager extends Object
Manages the rules that can be applied to ICS elements. New rules can be simply added by creating new implementations ofRfc5545PropertyRule
orRfc5545ComponentRule
.
-
-
Constructor Summary
Constructors Constructor Description RuleManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
applyTo(Component element)
static void
applyTo(Property element)
-