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 of Rfc5545PropertyRule or Rfc5545ComponentRule.
See Also:
  • Constructor Details

    • RuleManager

      public RuleManager()
  • Method Details

    • applyTo

      public static void applyTo(Property element)
    • applyTo

      public static void applyTo(Component element)