Package net.fortuna.ical4j.model
Class ParameterFactoryImpl
- java.lang.Object
-
- net.fortuna.ical4j.model.AbstractContentFactory<ParameterFactory<? extends Parameter>>
-
- net.fortuna.ical4j.model.ParameterFactoryImpl
-
- All Implemented Interfaces:
Serializable
,Supplier<List<ParameterFactory<? extends Parameter>>>
- Direct Known Subclasses:
ParameterFactoryRegistry
@Deprecated public class ParameterFactoryImpl extends AbstractContentFactory<ParameterFactory<? extends Parameter>>
Deprecated.A factory for creating iCalendar parameters. $Id $ [05-Apr-2004]- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.fortuna.ical4j.model.AbstractContentFactory
factoryLoader
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ParameterFactoryImpl()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Parameter
createParameter(String name, String value)
Deprecated.Creates a parameter.protected boolean
factorySupports(ParameterFactory<?> factory, String key)
Deprecated.-
Methods inherited from class net.fortuna.ical4j.model.AbstractContentFactory
allowIllegalNames, get, getFactory, registerExtendedFactory
-
-
-
-
Method Detail
-
factorySupports
protected boolean factorySupports(ParameterFactory<?> factory, String key)
Deprecated.- Specified by:
factorySupports
in classAbstractContentFactory<ParameterFactory<? extends Parameter>>
-
createParameter
public Parameter createParameter(String name, String value) throws URISyntaxException
Deprecated.Creates a parameter.- Parameters:
name
- name of the parametervalue
- a parameter value- Returns:
- a component
- Throws:
URISyntaxException
- thrown when the specified string is not a valid representation of a URI for selected parameters
-
-