net.fortuna.ical4j.model
Class ParameterFactoryImpl
java.lang.Object
net.fortuna.ical4j.model.AbstractContentFactory
net.fortuna.ical4j.model.ParameterFactoryImpl
- All Implemented Interfaces:
- Serializable, ParameterFactory
- Direct Known Subclasses:
- ParameterFactoryRegistry
public class ParameterFactoryImpl
- extends AbstractContentFactory
- implements ParameterFactory
A factory for creating iCalendar parameters.
$Id $
[05-Apr-2004]
- Author:
- Ben Fortuna
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterFactoryImpl
protected ParameterFactoryImpl()
getInstance
public static ParameterFactoryImpl getInstance()
- Returns:
- Returns the instance.
createParameter
public Parameter createParameter(String name,
String value)
throws URISyntaxException
- Creates a parameter.
- Specified by:
createParameter
in interface ParameterFactory
- 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
Copyright © 2004-2012 Micronode. All Rights Reserved.