net.fortuna.ical4j.model
Class ParameterFactoryImpl
java.lang.Object
net.fortuna.ical4j.model.ParameterFactoryImpl
- All Implemented Interfaces:
- ParameterFactory
- public final class ParameterFactoryImpl
- extends Object
- implements ParameterFactory
A factory for creating iCalendar parameters.
- Author:
- Ben Fortuna
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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