Package net.fortuna.ical4j.model
Class PropertyFactoryRegistry
- java.lang.Object
-
- net.fortuna.ical4j.model.AbstractContentFactory<PropertyFactory<? extends Property>>
-
- net.fortuna.ical4j.model.PropertyFactoryImpl
-
- net.fortuna.ical4j.model.PropertyFactoryRegistry
-
- All Implemented Interfaces:
Serializable
,Supplier<List<PropertyFactory<? extends Property>>>
@Deprecated public final class PropertyFactoryRegistry extends PropertyFactoryImpl
Deprecated.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.fortuna.ical4j.model.AbstractContentFactory
factoryLoader
-
-
Constructor Summary
Constructors Constructor Description PropertyFactoryRegistry()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
register(String name, PropertyFactory factory)
Deprecated.-
Methods inherited from class net.fortuna.ical4j.model.PropertyFactoryImpl
createProperty, createProperty, factorySupports
-
Methods inherited from class net.fortuna.ical4j.model.AbstractContentFactory
allowIllegalNames, get, getFactory, registerExtendedFactory
-
-
-
-
Method Detail
-
register
public void register(String name, PropertyFactory factory)
Deprecated.- Parameters:
name
- a non-standard property namefactory
- a factory for the non-standard property
-
-