net.fortuna.ical4j.model
public class ParameterFactoryImpl extends AbstractContentFactory implements ParameterFactory
Modifier | Constructor and Description |
---|---|
protected |
ParameterFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
Parameter |
createParameter(String name,
String value)
Creates a parameter.
|
static ParameterFactoryImpl |
getInstance() |
allowIllegalNames, getFactory, registerDefaultFactory, registerExtendedFactory
public static ParameterFactoryImpl getInstance()
public Parameter createParameter(String name, String value) throws URISyntaxException
createParameter
in interface ParameterFactory
name
- name of the parametervalue
- a parameter valueURISyntaxException
- thrown when the specified string is not a valid representation of a URI for selected
parametersCopyright © 2004-2013 Micronode. All Rights Reserved.