Package net.fortuna.ical4j.vcard
Class PropertyFactoryRegistry
- java.lang.Object
-
- net.fortuna.ical4j.vcard.AbstractFactoryRegistry<PropertyFactory>
-
- net.fortuna.ical4j.vcard.PropertyFactoryRegistry
-
@Deprecated public class PropertyFactoryRegistry extends AbstractFactoryRegistry<PropertyFactory>
Deprecated.useVCardPropertyFactorySupplier
instead.Registry for standard and non-standard property factories.$Id$
Created on: 05/01/2009
-
-
Constructor Summary
Constructors Constructor Description PropertyFactoryRegistry()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected boolean
factorySupports(PropertyFactory factory, String name)
Deprecated.-
Methods inherited from class net.fortuna.ical4j.vcard.AbstractFactoryRegistry
getFactory, register
-
-
-
-
Method Detail
-
factorySupports
protected boolean factorySupports(PropertyFactory factory, String name)
Deprecated.- Specified by:
factorySupports
in classAbstractFactoryRegistry<PropertyFactory>
-
-