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(java.lang.String name,
java.lang.String value)
Creates a parameter.
|
static ParameterFactoryImpl |
getInstance() |
allowIllegalNames, getFactory, registerDefaultFactory, registerExtendedFactorypublic static ParameterFactoryImpl getInstance()
public Parameter createParameter(java.lang.String name, java.lang.String value) throws java.net.URISyntaxException
createParameter in interface ParameterFactoryname - name of the parametervalue - a parameter valuejava.net.URISyntaxException - thrown when the specified string is not a valid representation of a URI for selected
parametersCopyright © 2004-2014 Micronode. All Rights Reserved.