Module ical4j.core

Class PropertyFactoryImpl

java.lang.Object
net.fortuna.ical4j.model.AbstractContentFactory<PropertyFactory<? extends Property>>
net.fortuna.ical4j.model.PropertyFactoryImpl
All Implemented Interfaces:
Serializable, Supplier<List<PropertyFactory<? extends Property>>>
Direct Known Subclasses:
PropertyFactoryRegistry

@Deprecated public class PropertyFactoryImpl extends AbstractContentFactory<PropertyFactory<? extends Property>>
Deprecated.
A factory for creating iCalendar properties. Note that if relaxed parsing is enabled (via specifying the system property: icalj.parsing.relaxed=true) illegal property names are allowed.
See Also: