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.AbstractContentFactoryfactoryLoader
 
- 
 - 
Constructor SummaryConstructors Constructor Description PropertyFactoryRegistry()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidregister(String name, PropertyFactory factory)Deprecated.- 
Methods inherited from class net.fortuna.ical4j.model.PropertyFactoryImplcreateProperty, createProperty, factorySupports
 - 
Methods inherited from class net.fortuna.ical4j.model.AbstractContentFactoryallowIllegalNames, get, getFactory, registerExtendedFactory
 
- 
 
- 
- 
- 
Method Detail- 
registerpublic void register(String name, PropertyFactory factory) Deprecated.- Parameters:
- name- a non-standard property name
- factory- a factory for the non-standard property
 
 
- 
 
-