Package org.ical4j.template
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
String
getName()
-