Package net.fortuna.ical4j.model
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.fortuna.ical4j.model.AbstractContentFactory
factoryLoader
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PropertyFactoryImpl()
Deprecated.Constructor made private to prevent instantiation.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Property
createProperty(String name)
Deprecated.Property
createProperty(String name, ParameterList parameters, String value)
Deprecated.protected boolean
factorySupports(PropertyFactory factory, String key)
Deprecated.-
Methods inherited from class net.fortuna.ical4j.model.AbstractContentFactory
allowIllegalNames, get, getFactory, registerExtendedFactory
-
-
-
-
Method Detail
-
factorySupports
protected boolean factorySupports(PropertyFactory factory, String key)
Deprecated.- Specified by:
factorySupports
in classAbstractContentFactory<PropertyFactory<? extends Property>>
-
createProperty
public Property createProperty(String name, ParameterList parameters, String value) throws IOException, URISyntaxException
Deprecated.- Throws:
IOException
URISyntaxException
-
-