net.fortuna.ical4j.model

Class ParameterFactoryImpl

Implemented Interfaces:
ParameterFactory

public final class ParameterFactoryImpl
extends AbstractContentFactory
implements ParameterFactory

$Id $ [05-Apr-2004] A factory for creating iCalendar parameters.

Method Summary

Parameter
createParameter(String name, String value)
Creates a parameter.
static ParameterFactoryImpl
getInstance()

Method Details

createParameter

public Parameter createParameter(String name,
                                 String value)
            throws URISyntaxException
Creates a parameter.
Parameters:
name - name of the parameter
value - a parameter value
Returns:
a component

getInstance

public static ParameterFactoryImpl getInstance()
Returns:
Returns the instance.