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