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:
-
Field Summary
Fields inherited from class net.fortuna.ical4j.model.AbstractContentFactory
factoryLoader -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor made private to prevent instantiation. -
Method Summary
Modifier and TypeMethodDescriptioncreateProperty(String name) Deprecated.createProperty(String name, ParameterList parameters, String value) Deprecated.protected booleanfactorySupports(PropertyFactory factory, String key) Deprecated.Methods inherited from class net.fortuna.ical4j.model.AbstractContentFactory
allowIllegalNames, get, getFactory, registerExtendedFactory
-
Constructor Details
-
PropertyFactoryImpl
protected PropertyFactoryImpl()Deprecated.Constructor made private to prevent instantiation.
-
-
Method Details
-
factorySupports
Deprecated.- Specified by:
factorySupportsin classAbstractContentFactory<PropertyFactory<? extends Property>>
-
createProperty
Deprecated. -
createProperty
public Property createProperty(String name, ParameterList parameters, String value) throws IOException, URISyntaxException Deprecated.- Throws:
IOExceptionURISyntaxException
-