Interface TemplateProvider<T extends net.fortuna.ical4j.model.component.CalendarComponent>

  • All Superinterfaces:
    Supplier<net.fortuna.ical4j.model.ComponentFactory<T>>

    public interface TemplateProvider<T extends net.fortuna.ical4j.model.component.CalendarComponent>
    extends Supplier<net.fortuna.ical4j.model.ComponentFactory<T>>
    Implementors provide a component factory that can be used to create new instances of a template.
    • Method Detail

      • getDescription

        String getDescription()