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, registerExtendedFactory
public static ParameterFactoryImpl getInstance()
public Parameter createParameter(java.lang.String name, java.lang.String value) throws java.net.URISyntaxException
createParameter
in interface ParameterFactory
name
- 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-2015 Micronode. All Rights Reserved.